Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GeT-nextflow-NGL-Bi
wf-Illumina-nf
Commits
93ac375d
Commit
93ac375d
authored
Nov 16, 2020
by
Celine Noirot
Browse files
Add new file
parent
650f364b
Pipeline
#37589
failed with stages
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Singularityfile
0 → 100644
View file @
93ac375d
Bootstrap: docker
From: continuumio/miniconda3
IncludeCmd: yes
%files
environment.yml /
%post
apt-get update && apt-get install -y procps && apt-get clean -y
/opt/conda/bin/conda env create -n wf_environment -f /environment.yml
/opt/conda/bin/conda clean -a
%environment
export PATH=/opt/conda/bin:$PATH
. /opt/conda/etc/profile.d/conda.sh
conda activate wf_environment
%runscript
"$@"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment