Skip to content

v1.0.0

Compare
Choose a tag to compare
@guilhermesena1 guilhermesena1 released this 01 Sep 00:13
· 319 commits to master since this release

The correct files to download are either abismal-1.0.0.zip or abismal-1.0.0.tar.gz
Please do not download the "Source code" files automatically generated by github, as they do not contain all files necessary for compilation

This version of abismal contains several bug fixes addressed since the release of version 0.3.0, as well as some added functionality. Most significant changes are listed below:

  • 50576cd : If users build abismal with autotools, they will have more compile information to report in case of bugs
  • 2b3cb7e : abismal was crashing if a malformatted FASTQ input contained an empty read name. This bug was fixed
  • 3722a01 : When indexing a reference genome with verbose on, users will be informed of how much RAM is necessary to map reads to the indexed reference
  • 25e7288 : We fixed the bug on issue #4 , where the number of unmapped reads was being reported as total - unique, when it should be total - mapped. In this commit we also reorganized the mapping statistics in a more intuitive way, where percentages and numbers are grouped together for easier comparison