Skip to content

v0.3.0 Better joint calling for larger cohorts

Compare
Choose a tag to compare
@hdashnow hdashnow released this 05 Aug 15:45
· 83 commits to master since this release

Major:

  • When doing joint calling, merge subcommand only reports bounds with a minimum number of supporting reads in at least one sample (default: 6)
  • Introduces index subcommand to create an str index of the reference genome. This was previously done per sample, but is more efficient to do once in advance for larger cohorts

Minor:

  • Memory required for merge reduced by more than half
  • Fix int overflow bug
  • Docs updates