You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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