nf-core_modules/tests/modules/deepbgc/download/main.nf
louperelo 04dfb65335
Deepbgcdownload (#2010)
* deepbgc_download first version

* with test.yml

* Apply suggestions from code review

Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>

* Apply suggestions from code review

* delete trailing whitespace main.nf

Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
2022-09-05 16:51:21 +02:00

10 lines
194 B
Text

#!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { DEEPBGC_DOWNLOAD } from '../../../../modules/deepbgc/download/main.nf'
workflow test_deepbgc_download {
DEEPBGC_DOWNLOAD ( )
}