synced name of report as in test config

This commit is contained in:
Carpanzano 2022-05-02 17:41:55 +02:00
parent 76a0e3ef04
commit c9ab26ba8e

View file

@ -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()