mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
c3bacb9fdd
* Add deeparg download data * Tweak downloaddata test.yml * Add deeparg tests * Apply suggestions from code review * Fix output file paths in test * Fix tests again md5sum to string
9 lines
207 B
Text
9 lines
207 B
Text
#!/usr/bin/env nextflow
|
|
|
|
nextflow.enable.dsl = 2
|
|
|
|
include { DEEPARG_DOWNLOADDATA } from '../../../../modules/deeparg/downloaddata/main.nf'
|
|
|
|
workflow test_deeparg_downloaddata {
|
|
DEEPARG_DOWNLOADDATA ()
|
|
}
|