mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-14 06:43:08 +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
|
// krona
|
||||||
run_krona = false
|
run_krona = false
|
||||||
|
krona_taxonomy_directory = null
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load base.config by default for all pipelines
|
// 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_krona_html = ch_krona_html.mix( KRONA_KTIMPORTTEXT.out.html )
|
||||||
ch_versions = ch_versions.mix( KRONA_KTIMPORTTEXT.out.versions.first() )
|
ch_versions = ch_versions.mix( KRONA_KTIMPORTTEXT.out.versions.first() )
|
||||||
|
|
||||||
|
/*
|
||||||
|
Convert Krona
|
||||||
|
*/
|
||||||
|
|
||||||
emit:
|
emit:
|
||||||
html = ch_krona_html
|
html = ch_krona_html
|
||||||
versions = ch_versions
|
versions = ch_versions
|
||||||
|
|
Loading…
Reference in a new issue