mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
update nextflow.config withName
This commit is contained in:
parent
42310cbce2
commit
80f107515e
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ workflow test_krona_ktimporttaxonomy_reads {
|
|||
|
||||
input = [
|
||||
[ id:'test', single_end:false ], // meta map
|
||||
file(params.test_data['sarscov2']['metagenome']['test_1.kraken2.reads.txt'], checkIfExists: true)
|
||||
file(params.test_data['sarscov2']['metagenome']['classified_reads_assignment'], checkIfExists: true)
|
||||
]
|
||||
// taxonomy = file(params.test_data['generic']['txt']['hello'], checkIfExists: true)
|
||||
|
||||
|
@ -24,7 +24,7 @@ workflow test_krona_ktimporttaxonomy_report {
|
|||
|
||||
input = [
|
||||
[ id:'test', single_end:false ], // meta map
|
||||
file(params.test_data['sarscov2']['metagenome']['test_1.kraken2.report.txt'], checkIfExists: true)
|
||||
file(params.test_data['sarscov2']['metagenome']['report'], checkIfExists: true)
|
||||
]
|
||||
taxonomy = file(params.test_data['generic']['txt']['hello'], checkIfExists: true)
|
||||
|
||||
|
|
Loading…
Reference in a new issue