Skip to content

Commit

Permalink
Add Singularity file back
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Feb 5, 2019
1 parent e198b82 commit 9e5eaea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Singularity
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
From:nfcore/base
Bootstrap:docker

%labels
DESCRIPTION Singularity image containing all requirements for nf-core/rnafusion pipeline
VERSION 1.0

%environment
PATH=/opt/conda/envs/nf-core-rnafusion-1.0/bin:$PATH
export PATH

%files
environment.yml /

%post
/opt/conda/bin/conda env create -f /environment.yml
/opt/conda/bin/conda clean -a

0 comments on commit 9e5eaea

Please sign in to comment.