Skip to content

Commit

Permalink
correct path import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Dec 17, 2024
1 parent 8e174fa commit 1f19f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/sarek/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include { SPRING_DECOMPRESS as SPRING_DECOMPRESS_TO_R2_FQ } from '../../module
include { SPRING_DECOMPRESS as SPRING_DECOMPRESS_TO_FQ_PAIR } from '../../modules/nf-core/spring/decompress/main'

// Lint FASTQ with FQ/LINT
include { FQ_LINT } from '../../modules/nf-core/fq_lint/main'
include { FQ_LINT } from '../../modules/nf-core/fq/lint/main'

// Run FASTQC
include { FASTQC } from '../../modules/nf-core/fastqc/main'
Expand Down

0 comments on commit 1f19f40

Please sign in to comment.