Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bioinfo_utils
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Blaise LI
bioinfo_utils
Commits
1e37c6ef
Commit
1e37c6ef
authored
5 years ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
Mounting thing necessary for multiprocessing.
Also remove niceload.
parent
5ae1c42f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libworkflows
+1
-1
1 addition, 1 deletion
libworkflows
singularity/run_pipeline.sh
+1
-1
1 addition, 1 deletion
singularity/run_pipeline.sh
with
2 additions
and
2 deletions
libworkflows
@
4b3859c4
Subproject commit
a6a8d82cdea5cfb481637fb65e0441d615111b59
Subproject commit
4b3859c4c852c518b18d809954b60d8ce00c5d15
This diff is collapsed.
Click to expand it.
singularity/run_pipeline.sh
+
1
−
1
View file @
1e37c6ef
...
@@ -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
}
$@
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment