powerPlant/bismark-srf:0.20.0
$ singularity pull shub://powerPlant/bismark-srf:0.20.0
Singularity Recipe
Bootstrap: docker
From: ubuntu:bionic
%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 0.20.0
%environment
PATH=/Bismark-0.20.0:$PATH
export PATH
%post
## Download prerequisites
apt-get update
apt-get -y install bowtie2 curl libfile-copy-recursive-perl samtools
curl -OL https://github.com/FelixKrueger/Bismark/archive/0.20.0.tar.gz
tar -xvf 0.20.0.tar.gz
## Cleanup
apt-get -y remove --purge curl
apt-get -y clean all
apt-get -y autoremove --purge
rm -rf /0.20.0.tar.gz
%runscript
exec bismark "$@"
Collection
- Name: powerPlant/bismark-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-bismark-srf-0.20.0 |
collection name | powerPlant/bismark-srf |
branch | master |
tag | 0.20.0 |
commit | 7e407f114e8063b214f392c541d6793b17182a6b |
version (container hash) | 37af84131357c5f2a0c40ed165cc2098 |
build date | 2019-02-05T05:54:32.365Z |
size (MB) | 288 |
size (bytes) | 102805535 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.