Releases: broadinstitute/viral-classify
Releases · broadinstitute/viral-classify
v2.0.20.2
PR #11 changes to metagenomics.krona
- do not override root name after all (causes trouble on merging krona plots later)
- add a
--sample_name
optional parameter to override the "dataset" name. This is the name that shows in the title of the web tab and is used to identify datasets in a multi-plot html file. If not specified it defaults to basename(inputfile).
v2.0.20.1
PR #10 which includes:
- update viral-core to 2.0.20.1
- pass the filename base name to krona as a "dataset name" and "root name". This embeds the sample's name in the krona html which gets picked up in later merge operations to distinguish which plots correspond to which sample in a multi-sample html file.
- reenable some integration tests that were accidentally being skipped