nf-core_modules/tests/modules/ariba/getref/main.nf

10 lines
183 B
Text
Raw Normal View History

2022-06-15 16:18:31 +00:00
#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { ARIBA_GETREF } from '../../../../modules/ariba/getref/main.nf'
workflow test_ariba_getref {
ARIBA_GETREF ( "card" )
}