mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-18 02:46:13 -05:00
Update software/fastqc/test/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
9d7cece077
commit
01a926866e
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ include { FASTQC } from '../main.nf'
|
||||||
workflow test_single_end {
|
workflow test_single_end {
|
||||||
input_files = Channel.fromPath("data/test_single_end.fastq.gz")
|
input_files = Channel.fromPath("data/test_single_end.fastq.gz")
|
||||||
.map {f -> [f.baseName, f]}
|
.map {f -> [f.baseName, f]}
|
||||||
input_files.view()
|
|
||||||
FASTQC(input_files)
|
FASTQC(input_files)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue