nf-core_modules/tests/modules/deeparg/downloaddata/main.nf

10 lines
207 B
Text
Raw Normal View History

#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { DEEPARG_DOWNLOADDATA } from '../../../../modules/deeparg/downloaddata/main.nf'
workflow test_deeparg_downloaddata {
DEEPARG_DOWNLOADDATA ()
}