mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00: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 {
|
||||
input_files = Channel.fromPath("data/test_single_end.fastq.gz")
|
||||
.map {f -> [f.baseName, f]}
|
||||
input_files.view()
|
||||
FASTQC(input_files)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue