File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ include { SAMTOOLS_SORT } from '../modules/nf-core/modules/samtool
132132include { PRESEQ_LCEXTRAP } from ' ../modules/nf-core/modules/preseq/lcextrap/main'
133133include { QUALIMAP_RNASEQ } from ' ../modules/nf-core/modules/qualimap/rnaseq/main'
134134include { SORTMERNA } from ' ../modules/nf-core/modules/sortmerna/main'
135- include { STRINGTIE } from ' ../modules/nf-core/modules/stringtie/stringtie/main'
135+ include { STRINGTIE_STRINGTIE } from ' ../modules/nf-core/modules/stringtie/stringtie/main'
136136include { SUBREAD_FEATURECOUNTS } from ' ../modules/nf-core/modules/subread/featurecounts/main'
137137include { CUSTOM_DUMPSOFTWAREVERSIONS } from ' ../modules/nf-core/modules/custom/dumpsoftwareversions/main'
138138
@@ -510,11 +510,11 @@ workflow RNASEQ {
510510 // MODULE: STRINGTIE
511511 //
512512 if (! params. skip_alignment && ! params. skip_stringtie) {
513- STRINGTIE (
513+ STRINGTIE_STRINGTIE (
514514 ch_genome_bam,
515515 PREPARE_GENOME . out. gtf
516516 )
517- ch_versions = ch_versions. mix(STRINGTIE . out. versions. first())
517+ ch_versions = ch_versions. mix(STRINGTIE_STRINGTIE . out. versions. first())
518518 }
519519
520520 //
You can’t perform that action at this time.
0 commit comments