Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Blaise LI
bioinfo_utils
Commits
1e37c6ef
Commit
1e37c6ef
authored
Dec 17, 2019
by
Blaise Li
Browse files
Mounting thing necessary for multiprocessing.
Also remove niceload.
parent
5ae1c42f
Changes
2
Hide whitespace changes
Inline
Side-by-side
libworkflows
@
4b3859c4
Subproject commit
a6a8d82cdea5cfb481637fb65e0441d615111b59
Subproject commit
4b3859c4c852c518b18d809954b60d8ce00c5d15
singularity/run_pipeline.sh
View file @
1e37c6ef
...
...
@@ -85,4 +85,4 @@ fi
# -B /pasteur will mount /pasteur in the container
# so that it finds the Genome configuration and gene lists
# 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
}
$@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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