-
Notifications
You must be signed in to change notification settings - Fork 4
/
Singularity
32 lines (25 loc) · 1016 Bytes
/
Singularity
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From:nfcore/base
Bootstrap:docker
%labels
DESCRIPTION Singularity image containing all requirements for the cirpipe pipeline
VERSION 1.0dev
%environment
PATH=/opt/conda/envs/nf-core-cirpipe-1.0dev/bin:$PATH
export PATH
export PATH=$PATH:/home/wqj/miniconda3/bin
export PATH=$PATH:/home/wqj/miniconda3/envs/tools_in_python3/bin
export PATH=$PATH:/home/wqj/miniconda3/envs/tools_in_python2/bin
%files
environment.yml /
%post
/opt/conda/bin/conda env create -f /environment.yml
/opt/conda/bin/conda clean -a
conda install --yes nextflow fastp bowtie bowtie2 samtools star bwa CIRCexplorer2 pysam numpy
conda create -n tools_in_python3 python=3.6
source activate tools_in_python3
conda install --yes mapsplice segemehl
source deactivate
conda create -n tools_in_python2 python=2.7
git clone http://github.com/marvin-jens/find_circ.git
wget http://sourceforge.net/projects/ciri/files/CIRI-full/CIRI-full_v2.0.zip
unzip CIRI-full_v2.0.zip