Skip to content

Commit

Permalink
Tell it's a meta map
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Nov 10, 2023
1 parent 53fe90b commit f25ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/input_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workflow INPUT_CHECK {
// Create the read channel for the rest of the pipeline
samplesheet_rows
| join( SAMTOOLS_FLAGSTAT.out.flagstat )
| map { meta, datafile, dummy, stats -> create_data_channel( meta, datafile, stats ) }
| map { meta, datafile, meta2, stats -> create_data_channel( meta, datafile, stats ) }
| set { reads }


Expand Down

0 comments on commit f25ae68

Please sign in to comment.