mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
remove taxonomy not used in place of db
This commit is contained in:
parent
2e4c200a26
commit
3cebcbfc0a
1 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ workflow test_krona_ktimporttaxonomy_reads {
|
||||||
[ id:'test', single_end:false ], // meta map
|
[ id:'test', single_end:false ], // meta map
|
||||||
file(params.test_data['sarscov2']['metagenome']['classified_reads_assignment'], checkIfExists: true)
|
file(params.test_data['sarscov2']['metagenome']['classified_reads_assignment'], checkIfExists: true)
|
||||||
]
|
]
|
||||||
// taxonomy = file(params.test_data['generic']['txt']['hello'], checkIfExists: true)
|
|
||||||
|
|
||||||
DOWNLOAD_DB()
|
DOWNLOAD_DB()
|
||||||
TAXONOMY_READS ( input, DOWNLOAD_DB.out.db )
|
TAXONOMY_READS ( input, DOWNLOAD_DB.out.db )
|
||||||
|
@ -24,7 +23,6 @@ workflow test_krona_ktimporttaxonomy_report {
|
||||||
[ id:'test', single_end:false ], // meta map
|
[ id:'test', single_end:false ], // meta map
|
||||||
file(params.test_data['sarscov2']['metagenome']['report'], checkIfExists: true)
|
file(params.test_data['sarscov2']['metagenome']['report'], checkIfExists: true)
|
||||||
]
|
]
|
||||||
taxonomy = file(params.test_data['generic']['txt']['hello'], checkIfExists: true)
|
|
||||||
|
|
||||||
DOWNLOAD_DB()
|
DOWNLOAD_DB()
|
||||||
TAXONOMY_REPORT ( input, DOWNLOAD_DB.out.db )
|
TAXONOMY_REPORT ( input, DOWNLOAD_DB.out.db )
|
||||||
|
|
Loading…
Reference in a new issue