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
template-nf
Commits
6b90c226
Commit
6b90c226
authored
Nov 20, 2020
by
Celine Noirot
Browse files
fix correctly env loading
parent
459edb21
Pipeline
#21997
passed with stages
in 5 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Singularityfile
View file @
6b90c226
...
...
@@ -13,7 +13,8 @@ apt-get update && apt-get install -y procps && apt-get clean -y
%environment
export LC_ALL=C
export PATH=/opt/conda/bin:$PATH
export PATH=/opt/conda/envs/GeT-template-1.0dev/bin:$PATH
. /etc/profile.d/conda.sh
conda activate GeT-template-1.0dev
%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