Skip to content

Commit

Permalink
Small modifications to make mirtrace run again
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Jan 30, 2024
1 parent 0d6ffad commit da619d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/umicollapse/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workflows/smrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ workflow SMRNASEQ {
//
FASTQ_FASTQC_UMITOOLS_FASTP.out.adapter_seq
.join( ch_reads_for_mirna )
.dump()
.map { meta, adapter_seq, reads -> [adapter_seq, meta.id, reads] }
.groupTuple()
.dump()
.set { ch_mirtrace_inputs }

MIRTRACE(ch_mirtrace_inputs)
Expand Down

0 comments on commit da619d5

Please sign in to comment.