boboppie/orf-discovery-singularity:latest
$ singularity pull shub://boboppie/orf-discovery-singularity:latest
Singularity Recipe
Bootstrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum
%help
This is a test image we're building for ORF discovery pipeline
%setup
touch ${SINGULARITY_ROOTFS}/README.txt
%post
yum -y install gcc tar bzip2 git which
curl -fsSL https://repo.anaconda.com/miniconda/Miniconda2-latest-Linux-x86_64.sh -o miniconda2.sh
bash miniconda2.sh -b -p /opt/miniconda2
export PATH=/opt/miniconda2/bin:$PATH
conda install -y -c conda-forge wget
conda install -y -c conda-forge parallel
conda install -y -c bioconda samtools
conda install -y -c bioconda htslib
conda install -y -c bioconda bedtools
conda install -y -c bioconda bedops
conda install -y -c bioconda bowtie
conda install -y -c bioconda fastqc
conda install -y -c bioconda cutadapt
conda install -y -c bioconda trim-galore
conda install -y -c bioconda star
conda install -y -c bioconda stringtie
conda install -y -c bioconda emboss
conda install -y -c bioconda plastid
conda install -y -c bioconda bioconductor-rhtslib
Rscript -e 'install.packages("BiocManager", repos="http://cran.us.r-project.org"); BiocManager::install(c("riboSeqR", "GenomicFeatures", "rtracklayer"))'
mkdir -p /opt/project
cd /opt/project
git clone https://github.com/boboppie/orf-discovery.git
cd orf-discovery
chmod +x *.sh
%runscript
export PATH=/opt/miniconda2/bin:$PATH
export PYTHONPATH=/opt/miniconda2/lib/python2.7/site-packages
echo PATH - $PATH
echo
echo PYTHONPATH - $PYTHONPATH
echo
cp -r /opt/project/orf-discovery ~/
cd ~/orf-discovery
bash ./main-test.sh
Collection
- Name: boboppie/orf-discovery-singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/boboppie-orf-discovery-singularity-latest |
collection name | boboppie/orf-discovery-singularity |
branch | master |
tag | latest |
commit | eb9d8b9f55ebadfc6727c85bd193a0576f3119e9 |
version (container hash) | 5c1b53fdaffab7a5a702ebe5a1ed7132 |
build date | 2019-09-05T16:06:44.029Z |
size (MB) | 5451.0 |
size (bytes) | 2325680159 |
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.