Skip to content

Releases: cancerit/hairpin2

3.0.0 - LQF flag, Scientifc Improvements, Documentation, and more

13 Oct 09:01

Choose a tag to compare

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

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0 - DVF filter and improved UI

26 Aug 14:19

Choose a tag to compare

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

03 Apr 22:01
c183f33

Choose a tag to compare

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

17 Mar 14:47

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

Initial Release!

04 Nov 12:25

Choose a tag to compare

Merge branch 'develop' into 'main'

release 1.0.0

See merge request casm/team78/hairpin-core!11