Skip to content

mGEMS-v1.3.0 (1 February 2023)

Compare
Choose a tag to compare
@tmaklin tmaklin released this 01 Feb 11:31
· 24 commits to master since this release

Mostly internal changes to accommodate future plans.

Changelog

New features

  • Allow reading pseudoalignment files that have been compacted with alignment-writer library. The format is detected automatically.

Build pipeline

  • Require c++17.
  • Build using relative paths.
  • Add alignment-writer and seamat as dependencies.
  • Update other dependencies versions.

Internal changes

  • Implement BinFromMatrix to bin directly from the probability matrix (allows calling binning in other projects through the mGEMS headers).
  • Refactor the code to allow the above.