Skip to content

Commit

Permalink
use proper Channel factory
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 9, 2024
1 parent fc80d92 commit a24e284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/rnaseq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include { BEDTOOLS_GENOMECOV as BEDTOOLS_GENOMECOV_REV } from '../../mod
// SUBWORKFLOW: Consisting entirely of nf-core/modules
//
include { paramsSummaryMap } from 'plugin/nf-schema'
include { fromList } from 'plugin/nf-schema'
include { samplesheetToList } from 'plugin/nf-schema'
include { paramsSummaryMultiqc } from '../../subworkflows/nf-core/utils_nfcore_pipeline'
include { softwareVersionsToYAML } from '../../subworkflows/nf-core/utils_nfcore_pipeline'
include { FASTQ_ALIGN_HISAT2 } from '../../subworkflows/nf-core/fastq_align_hisat2'
Expand Down

0 comments on commit a24e284

Please sign in to comment.