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
1.0.4 (#77)
* trying to change class initializaiton to fix the bug reported in #76
* Changing auto* to auto to stop issue 76
* Changing auto* to auto to stop issue 76
* Updating the format of estimated false discovery rate output
* Fixed a bug with calculating coverage
1.0.3 (#71)
* Updated --cite to point to the oup article
* Updated version string
* Added a --show_count (-c) flag that results in copy number, #insertions, #deletions, and #substitutions to be output. Implemented in json
* Added a --show_count (-c) flag that results in copy number, #insertions, #deletions, and #substitutions to be output. Implemented in json and tabfilewriter
* Updated README citation info, paper info
Updated github workflow to match https://github.com/TravisWheelerLab/release-workflow-example
1.0.3 (#71)
* Updated --cite to point to the oup article
* Updated version string
* Added a --show_count (-c) flag that results in copy number, #insertions, #deletions, and #substitutions to be output. Implemented in json
* Added a --show_count (-c) flag that results in copy number, #insertions, #deletions, and #substitutions to be output. Implemented in json and tabfilewriter
* Updated README citation info, paper info
Updated github workflow to match https://github.com/TravisWheelerLab/release-workflow-example
1.0.2 (#67)
* Changed the control flow in main to allow a try/catch of a bad_alloc exception.
* Adjusted memory allocation behavior (larger models will use slightly less memory)