Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_mkfastq
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
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_mkfastq
Commits
ffe94839
Commit
ffe94839
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Remove publish dirs for intermediate processes
parent
b47eead5
4 merge requests
!59
Develop
,
!58
Develop
,
!56
Resolve "Cleanup process outputs"
,
!55
Remove publish dirs for intermediate processes
Pipeline
#5103
failed with stages
in 5 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/main.nf
+1
-5
1 addition, 5 deletions
workflow/main.nf
with
1 addition
and
5 deletions
workflow/main.nf
+
1
−
5
View file @
ffe94839
...
...
@@ -36,7 +36,6 @@ references = params.references
process checkDesignFile {
tag "${name}"
publishDir "${outDir}/misc/${task.process}/${name}", mode: 'copy'
module 'python/3.6.1-2-anaconda'
input:
...
...
@@ -63,7 +62,6 @@ process checkDesignFile {
process untarBCL {
tag "${tar}"
publishDir "${outDir}/${task.process}", mode: 'copy'
module 'pigz/2.4'
input:
...
...
@@ -114,7 +112,7 @@ if (bclCount.value == 1) {
process countDesign {
tag "${name}"
publishDir "${outDir}/
misc/
${task.process}/${name}", mode: 'copy'
publishDir "${outDir}/${task.process}/${name}", mode: 'copy'
input:
file fastqs from cellrangerCount.collect()
...
...
@@ -137,7 +135,6 @@ process fastqc {
tag "${bclName}"
queue 'super'
publishDir "${outDir}/misc/${task.process}/${name}/${bclName}", mode: 'copy', pattern: "{*fastqc.zip}"
module 'fastqc/0.11.5:parallel'
input:
...
...
@@ -161,7 +158,6 @@ process fastqc {
process versions {
tag "${name}"
publishDir "${outDir}/misc/${task.process}/${name}", mode: 'copy'
module 'python/3.6.1-2-anaconda:cellranger/3.1.0:bcl2fastq/2.19.1:fastqc/0.11.5:pandoc/2.7'
input:
...
...
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