Skip to content

Commit

Permalink
use the channels, luke
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Jan 17, 2024
1 parent 1410923 commit 12be186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/smrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ workflow SMRNASEQ {
fasta_ch = file(params.fasta)

//This needs to be done here as GENOME_QUANT should not run prior to the deduplication of UMIs.
INDEX_GENOME ( [ [:], fasta ] )
INDEX_GENOME ( [ [:], fasta_ch ] )

ch_versions = ch_versions.mix(INDEX_GENOME.out.versions)

Expand Down

0 comments on commit 12be186

Please sign in to comment.