Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Nov 1, 2024
1 parent 4d807e7 commit 7ae7132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/seqinspector.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

include { SEQTK_SAMPLE } from '../modules/nf-core/seqtk/sample/main'
include { FASTQC } from '../modules/nf-core/fastqc/main'
include { FASTQE } from '../modules/nf-core/fastqe/main'
include { FASTQE } from '../modules/nf-core/fastqe/main'

include { MULTIQC as MULTIQC_GLOBAL } from '../modules/nf-core/multiqc/main'
include { MULTIQC as MULTIQC_PER_TAG } from '../modules/nf-core/multiqc/main'
Expand All @@ -29,8 +29,8 @@ workflow SEQINSPECTOR {
main:

ch_versions = Channel.empty()
ch_multiqc_files = Channel.empty()
ch_multiqc_extra_files = Channel.empty()
ch_multiqc_files = Channel.empty()
ch_multiqc_extra_files = Channel.empty()
ch_multiqc_reports = Channel.empty()

//
Expand Down

0 comments on commit 7ae7132

Please sign in to comment.