mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
synced name of report as in test config
This commit is contained in:
parent
76a0e3ef04
commit
c9ab26ba8e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ workflow test_krona_ktimporttaxonomy_report {
|
|||
|
||||
input = [
|
||||
[ id:'test', single_end:false ], // meta map
|
||||
file(params.test_data['sarscov2']['metagenome']['report'], checkIfExists: true)
|
||||
file(params.test_data['sarscov2']['metagenome']['kraken_report'], checkIfExists: true)
|
||||
]
|
||||
|
||||
DOWNLOAD_DB()
|
||||
|
|
Loading…
Reference in a new issue