Skip to content

Commit 9b17df3

Browse files
committed
remove channel dump calls
1 parent 9ad0b55 commit 9b17df3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • subworkflows/local/utils_nfcore_eager_pipeline

subworkflows/local/utils_nfcore_eager_pipeline/main.nf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ workflow PIPELINE_INITIALISATION {
123123
reads = meta.single_end ? [ r1 ] : [ r1, r2 ]
124124
[ meta - meta.subMap('pairment', 'bam_reference_id'), reads ]
125125
}
126-
.dump(tag:"fastq_samplesheet")
127126

128127
ch_samplesheet_bams = ch_samplesheet_for_branch.bam
129128
.map {
@@ -132,7 +131,6 @@ workflow PIPELINE_INITIALISATION {
132131
meta.id_index = meta.bam_reference_id
133132
[ meta - meta.subMap('pairment', 'bam_reference_id'), bam ]
134133
}
135-
.dump(tag:"bams_samplesheet")
136134

137135
ch_samplesheet_vcfs = ch_samplesheet_for_branch.vcf
138136
.map {
@@ -141,8 +139,6 @@ workflow PIPELINE_INITIALISATION {
141139
meta.id_index = meta.vcf_reference_id
142140
[ meta - meta.subMap('pairment', 'vcf_reference_id'), vcf ]
143141
}
144-
.dump(tag: "additional_vcfs_samplesheet")
145-
146142

147143
// Extra validation
148144
// - Only paired end specified when R2 provided

0 commit comments

Comments
 (0)