Releases: cancerit/hairpin2
3.0.0 - LQF flag, Scientifc Improvements, Documentation, and more
Big release incorporating the new LQF flag, a more flexible architecture for extension going forward, the hp2_utils daughter tools, and significant scientific improvements. And a new doc website for more info.
What's Changed
- Chore/add documentation action by @willemvh5 in #16
- Feature/tagflag by @blex-max in #17
New Contributors
- @willemvh5 made their first contribution in #16
Full Changelog: 2.0.0...3.0.0
2.0.0 - DVF filter and improved UI
Introducing the DVF flag, to flag variants which arise from duplicated reads with PCR stutter. In addition to being independently useful, the DVF flag tackles a relatively rare issue users have experienced where internal dupmarking of supporting reads for a given variant left insufficient remaining reads to test ADF and ALF, allowing spurious variants to escape unflagged. These variants would now be flagged DVF. Note that this is not the only use of the DVF flag, as variants may be flagged DVF regardless of the result of their tests for other flags. See the README for info on relevant parameters.
This release also introduces some breaking UI changes - namely that the tool now outputs to stdout, and may be redirected to file using standard shell operations (e.g. ">"); that the name mapping flag now takes a JSON file or JSON-formatted string; and that alignment format is now auto-detected so the format flag is no longer needed. See the README for more details on these, and other more minor UI changes.
Full Changelog: 1.2.0...2.0.0
1.2.0 - sensitivity improvement
Small update to the core algorithm that a) brings a minor sensitivity increase and b) brings the tool in completely in line with the original paper implementation.
1.1.0 - better name mapping UI
Initial Release!
Merge branch 'develop' into 'main' release 1.0.0 See merge request casm/team78/hairpin-core!11