From bdecbe875a8520eac53c4292deeaa39dee394898 Mon Sep 17 00:00:00 2001 From: Lucpen Date: Mon, 7 Aug 2023 17:42:53 +0200 Subject: [PATCH] Update subworkflows/local/analyse_transcripts.nf Co-authored-by: Anders Jemt --- subworkflows/local/analyse_transcripts.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subworkflows/local/analyse_transcripts.nf b/subworkflows/local/analyse_transcripts.nf index 7189f2ab..f4f6f1e0 100644 --- a/subworkflows/local/analyse_transcripts.nf +++ b/subworkflows/local/analyse_transcripts.nf @@ -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)