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
hub
tars-cwl-runner
Commits
9f6599cd
Commit
9f6599cd
authored
May 29, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
Merge branch 'master' of gitlab.pasteur.fr:hub/tars-cwl-runner
parents
e4272556
84a8d4b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tars-cwl-runner.sh
View file @
9f6599cd
...
...
@@ -5,13 +5,15 @@ singularity_imgs_path=/pasteur/projets/policy01/BioIT/Toil/.singularity_imgs/
# Go into the right environment
module load Python/3.7.2
module load singularity/3.2.0
module load node
source
${
toil_venv
}
/bin/activate
export
SINGULARITY_PULLFOLDER
=
${
singularity_imgs_path
}
# Prefetch every docker images and built them for singularity
docker_extract.py
${
singularity_imgs_path
}
$1
docker_extract.py
-s
${
singularity_imgs_path
}
$1
# Run toil
# export TOIL_SLURM_ARGS="" # Need to be set by parameters later
toil-cwl-runner
"
$@
"
toil-cwl-runner
--singularity
"
$@
"
Write
Preview
Supports
Markdown
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