nf-core_modules/tests/modules/ariba/getref/main.nf
2022-06-15 10:18:31 -06:00

9 lines
183 B
Text

#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { ARIBA_GETREF } from '../../../../modules/ariba/getref/main.nf'
workflow test_ariba_getref {
ARIBA_GETREF ( "card" )
}