Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_count
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
cellranger_count
Commits
3d5b1095
Commit
3d5b1095
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Fix module load and ulimits
parent
9a2e93c1
1 merge request
!73
Develop
Pipeline
#7394
failed with stages
in 16 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/main.nf
+5
-0
5 additions, 0 deletions
workflow/main.nf
with
5 additions
and
0 deletions
workflow/main.nf
+
5
−
0
View file @
3d5b1095
...
...
@@ -99,6 +99,7 @@ process trackStart {
script:
"""
hostname
ulimit -u 16384
ulimit -a
export https_proxy=\${http_proxy}
...
...
@@ -134,6 +135,7 @@ process checkDesignFile {
script:
"""
hostname
ulimit -u 16384
ulimit -a
noSpaceDesign=\$(echo "${designLocation}" | tr -d ' ')
if [[ "\${noSpaceDesign}" != "${designLocation}" ]]; then
...
...
@@ -325,6 +327,7 @@ process count310 {
*/
process versions {
tag "${name}"
module 'python/3.6.1-2-anaconda:pandoc/2.7'
input:
file versions_pythonScript
...
...
@@ -357,6 +360,7 @@ metricsSummary = metricsSummary211.mix(metricsSummary302, metricsSummary310)
process multiqc {
tag "${name}"
publishDir "${outDir}/${task.process}/${name}", mode: 'copy'
module 'multiqc/1.7'
input:
file ('*') from metricsSummary.collect()
...
...
@@ -368,6 +372,7 @@ process multiqc {
script:
"""
hostname
ulimit -u 16384
ulimit -a
awk 'FNR==1 && NR!=1{next;}{print}' *.tsv > metrics_summary_mqc.tsv
sed -i '1s/^.*\tE/Sample\tE/' metrics_summary_mqc.tsv
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment