Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Oct 23, 2024
1 parent 892c7d6 commit c700453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ workflow {
pre_umi | UMITOOLS_EXTRACT // sample_id, reads
UMITOOLS_EXTRACT.out.main.set { pre_demux }
} else {
TRIM_CUTADAPT.out.set { pre_demux }
TRIM_CUTADAPT.out.main.set { pre_demux }
}

pre_demux // sample_id, reads
Expand Down

0 comments on commit c700453

Please sign in to comment.