Skip to content

Commit

Permalink
Update subworkflows/local/analyse_transcripts.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Anders Jemt <jemten@users.noreply.github.com>
  • Loading branch information
Lucpen and jemten authored Aug 7, 2023
1 parent 41a947a commit bdecbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/analyse_transcripts.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflow ANALYSE_TRANSCRIPTS {
star_samp = gene_counts.map{ meta, cnt_file -> meta }.collect()
DROP_COUNTS(star_count, star_samp, ch_gtf, reference_count_file)

// Generates sample annotation file is it hasn't been provided by user
// Generates sample annotation file if it hasn't been provided by user
DROP_ANNOTATION(DROP_COUNTS.out.processed_gene_counts, ch_gtf)
ch_samp_annot = drop_annot_file.mix(DROP_ANNOTATION.out.sample_annotation_drop)

Expand Down

0 comments on commit bdecbe8

Please sign in to comment.