File tree Expand file tree Collapse file tree
subworkflows/local/utils_nfcore_eager_pipeline Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments