Skip to content

Releases: smithlabcode/abismal

v0.2.0

08 Apr 05:36
Compare
Choose a tag to compare

This release has major algorithmic improvements to abismal that decrease memory usage and improve accuracy, namely:

(1) minimizers are used as a method to reduce memory usage and disk space in indexing. The shifts parameter no longer exists, as it is fully defined by the minimizer window

(2) more alignments are made in both single- and paired-end mode. In single end, up to 100 valid hits (with >40% edit distance) are aligned. Alignments are not performed if exact matches are found

(3) best candidates are not selected based on edit distance, but on alignment score. Furthermore, if an alignment soft-clip bases, we use the soft-clipped read length as criterion to decide if the read is valid (i.e. passes the minimum threshold to be reported)

v0.1.2

08 Dec 20:42
Compare
Choose a tag to compare

This is the first official release of abismal that generates SAM output in mapping. Please make sure to download either abismal-0.1.2.tar.gz or abismal-0.1.2.zip and not the files that say "Source code" below them.

last-mr-release

31 Jul 18:17
Compare
Choose a tag to compare

This is the last stable release that outputs mr file format

v0.1 - 2020/02/17

17 Feb 20:19
Compare
Choose a tag to compare

This is a frozen stable version of abismal. Some of the improvements to be incorporated in the next release are:

  • Aligning PE reads in the select_maps function for all candidate concordant pairs
  • Adjust the AbismalAlign.hpp class so it does not adjust the table size dynamically, but rather takes the longest read of a batch to know the memory requirement in advance.
  • Decide on ambiguity based on a function of alignment score of first and second best matches.
  • Allow for scores to be user-defined in options?