mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
errore TDOWNLOAD
This commit is contained in:
parent
80f107515e
commit
700d6ab3f1
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,6 @@ workflow test_krona_ktimporttaxonomy_report {
|
||||||
]
|
]
|
||||||
taxonomy = file(params.test_data['generic']['txt']['hello'], checkIfExists: true)
|
taxonomy = file(params.test_data['generic']['txt']['hello'], checkIfExists: true)
|
||||||
|
|
||||||
TDOWNLOAD_DB()
|
DOWNLOAD_DB()
|
||||||
TAXONOMY_REPORT ( input, DOWNLOAD_DB.out.db )
|
TAXONOMY_REPORT ( input, DOWNLOAD_DB.out.db )
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue