Releases: BCCDC-PHL/FluViewer
Releases · BCCDC-PHL/FluViewer
v0.1.11-6
- Fixed issue where analysis would crash if 0 contigs found for a segment (Issue #41)
v0.1.11-5
- Fixed issue where intermediate "analysis stage" output directories would have inconsistent directory names depending on whether or not the
--skip-depth-normalization
flag was used. (Issue #43)
v0.1.11-4
- Made bbnorm-based depth normalization optional using the
--skip-depth-normalization
flag (Issue #24)
v0.1.11-3
- Fixed issue where FluViewer could crash while plotting segment scaffolding plots (Issue #32)
v0.1.11-2
- Fixed issue where FluViewer would crash if BLAST database files did not exist prior to analysis (Issue #25)
- Added
--version
flag which can be used to print the FluViewer version from the command-line (Issue #28)
- Added
--force
flag to allow user to specify that they want to write outputs into an existing output directory (Issue #29)
v0.1.11-1
- Adopt
argparse
module from python standard library for command-line argument parsing (Issue #10)
- Re-organize intermediate outputs to collect by "analysis stage" (Issue #14)
- Generate plots to aid in understanding of the scaffolding process (Issue #21)