Skip to content
Snippets Groups Projects
Commit 1e37c6ef authored by Blaise Li's avatar Blaise Li
Browse files

Mounting thing necessary for multiprocessing.

Also remove niceload.
parent 5ae1c42f
No related branches found
No related tags found
No related merge requests found
libworkflows @ 4b3859c4
Subproject commit a6a8d82cdea5cfb481637fb65e0441d615111b59 Subproject commit 4b3859c4c852c518b18d809954b60d8ce00c5d15
...@@ -85,4 +85,4 @@ fi ...@@ -85,4 +85,4 @@ fi
# -B /pasteur will mount /pasteur in the container # -B /pasteur will mount /pasteur in the container
# so that it finds the Genome configuration and gene lists # so that it finds the Genome configuration and gene lists
# that are expected to be in a specific location there. # that are expected to be in a specific location there.
singularity run -B /pasteur ${container} ${PROGNAME} $@ singularity run -B /pasteur -B /run/shm:/run/shm ${container} ${PROGNAME} $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment