nf-core_modules/tests/modules/amrfinderplus/update/main.nf

12 lines
210 B
Text
Raw Normal View History

#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { AMRFINDERPLUS_UPDATE } from '../../../../modules/amrfinderplus/update/main.nf'
workflow test_amrfinderplus_update {
AMRFINDERPLUS_UPDATE ( )
}