Skip to content

Commit

Permalink
streamline prep for samtools_view call
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Jul 12, 2024
1 parent ca86a50 commit 15e8d7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions subworkflows/local/convert_stats.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ workflow CONVERT_STATS {

// Convert BAM to CRAM
CRUMBLE.out.bam
| mix ( ch_bams.no_crumble )
| map { meta, bam -> [meta, bam, []] }
| mix ( ch_bams.no_crumble.map{
meta, bam -> [meta, bam, []] }
)
| set { ch_bams_for_conversion }

SAMTOOLS_VIEW ( ch_bams_for_conversion, fasta, [] )
Expand Down

0 comments on commit 15e8d7b

Please sign in to comment.