Skip to content

Commit

Permalink
Revert "Missed one SAMTOOLS_VIEW channel change"
Browse files Browse the repository at this point in the history
This reverts commit 5dbd4d5.
  • Loading branch information
jfy133 committed Feb 2, 2024
1 parent 5dbd4d5 commit 7d79483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/eager.nf
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ workflow EAGER {
withfeature: [ meta, bedtools_feature, bam ]
}

SAMTOOLS_VIEW_GENOME( ch_bedtools_input.bam, [[], []], [] )
SAMTOOLS_VIEW_GENOME( ch_bedtools_input.bam )

ch_genome_for_bedtools = SAMTOOLS_VIEW_GENOME.out.genome

Expand Down

0 comments on commit 7d79483

Please sign in to comment.