mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 06:33:09 +00:00
Add taxonomy directory param
This commit is contained in:
parent
af854f5f34
commit
0050f45345
2 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,7 @@ params {
|
|||
|
||||
// krona
|
||||
run_krona = false
|
||||
krona_taxonomy_directory = null
|
||||
}
|
||||
|
||||
// Load base.config by default for all pipelines
|
||||
|
|
|
@ -51,6 +51,10 @@ workflow VISUALIZATION_KRONA {
|
|||
ch_krona_html = ch_krona_html.mix( KRONA_KTIMPORTTEXT.out.html )
|
||||
ch_versions = ch_versions.mix( KRONA_KTIMPORTTEXT.out.versions.first() )
|
||||
|
||||
/*
|
||||
Convert Krona
|
||||
*/
|
||||
|
||||
emit:
|
||||
html = ch_krona_html
|
||||
versions = ch_versions
|
||||
|
|
Loading…
Reference in a new issue