Skip to content

Releases: alshai/levioSAM

v5.2.1 release

10 Mar 21:42
Compare
Choose a tag to compare

Fix an issue for conda

v5.2 release (version naming system updated)

10 Mar 05:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v5.2

v0.5.1 release

19 Nov 22:32
87fc31a
Compare
Choose a tag to compare

What's Changed

LevioSAM-asm

  • Supported filtering using BED intervals
  • Used dest FAI file as the header (for both ChainMap and VcfMap)
  • Fixed bugs for reads overlapping multiple chain intervals
  • Improved code readability and testability

Selective liftover

  • Added leviosam collate to handle singletons
  • Provided selective liftover pipelines (bash)

Full Changelog: v0.5.0...v0.5.1

v0.5.0 release

25 Oct 04:10
Compare
Choose a tag to compare

Support using a chain file as a lift-over map. See the wiki page for usage.

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0 release

26 Mar 15:46
Compare
Choose a tag to compare
  • logic for overlapping variants now follows that of bcftools consensus v1.11
  • support for adding MD:z and NM:i tags to lifted alignments (-m option)
  • fixed CMake compilation bugs
  • added Dockerfile
  • updated README.md
  • added INSTALL.md to provide user with additional installation options
  • added googletests
  • additional bug fixes

v0.3.0 release

08 Jan 09:09
4a4f5df
Compare
Choose a tag to compare
  • Use htslib data structures for I/O
  • Support read/write BAM format

v0.2.0 release

19 Nov 19:52
62ef226
Compare
Choose a tag to compare

Changes in this release:

  • Rename the software as levioSAM.
  • Support multiple threads (with -t).
  • Handle paired-end information as well (PNEXT and TLEN fields).
  • Support local alignment.
  • Support more CIGAR operators such as "S", "H" and "P".
  • The orders of input SAM and output SAM headers are now the same.
  • Minor bug fixes and refactorization.
  • Better tests.

v0.1.0 release (refflow_preprint)

03 Mar 18:59
62ef226
Compare
Choose a tag to compare