Skip to content

Releases: bacpop/unitig-caller

unitig-caller v1.3.0

04 Oct 11:07
5476764
Compare
Choose a tag to compare

This removes seqan3 and replaces with sdsl-lite-3, as in ggcaller, as seqan3 changed their API again. Parallelisation in simple mode is now done with openmp rather than C++ stdlib threads, so is probably a bit better.

What's Changed

Full Changelog: v1.2.1...v1.3.0

unitig-caller v1.2.1

01 Feb 15:23
Compare
Choose a tag to compare

This is mostly a rebuild to use the new versions of bifrost (1.0.6) and seqan3 (3.1.0). The latter is a breaking change in older versions because one of the included headers has been renamed.
Bifrost tests have been slightly updated and are less strict than before.

unitig-caller v1.2.0

15 Mar 18:31
c9d7435
Compare
Choose a tag to compare

Update to use the bifrost C++ API, rather than calls on the command line (#7).
[Thanks to @samhorsfield96]

Also simplifies the use, you can just use --call to replicate the behaviour of unitig-counter.

Use Bifrost graphs

23 May 11:16
Compare
Choose a tag to compare

Additions thanks to @samhorsfield96:

  • Replace squeakr and mantis with Bifrost
  • Allow the Bifrost option both to count and call unitigs

Search reverse complement

10 Jul 18:57
Compare
Choose a tag to compare

v1.0.0 in --simple mode did not include rev-comp search. This is fixed here.

Use of FM-index

09 Jul 21:49
Compare
Choose a tag to compare

Overhaul simple mode to use FM-index provided by SeqAn3

Initial working release

26 Apr 16:14
Compare
Choose a tag to compare

Fixed a bug in mantis wrapper, and adds in other options.
conda recipe should be working, still need to add to bioconda (pending updated release of squeakr)

First release

25 Apr 19:54
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Contains both modes, which have worked with a small test set
Automatically builds and installs C++ extension