Skip to content

Releases: auerlab/ad2vcf

Update for biolibc API changes

11 Jun 12:51
Compare
Choose a tag to compare

Updates for bl_sam_t and bl_vcf_t API streamlining

Biolibc 0.2.2 API updates

15 Mar 13:11
Compare
Choose a tag to compare

Updates for biolibc and libxtend API improvements
Additional improvements to build system and documentation

New biolibc API, numerous fixes and enhancements

13 Dec 15:20
Compare
Choose a tag to compare

Updates for evolving libxtend and biolibc APIs
Discard useless fields while reading SAM to improve speed
Improvements to test script
Add --version flag
Reduce hard limit on buffered alignments, assuming sanity filtering on SAM stream
Numerous other minor fixes and enhancements

Export code to biolibc

11 Jun 14:14
Compare
Choose a tag to compare

Export sam_buff_t class to biolibc
Export remaining VCF functions to biolibc
Utilize libxtend functions

Add man page, numerous improvements

23 Mar 14:33
Compare
Choose a tag to compare

Redesign main loop to process all SAM alignments for each VCF call
Add hand-crafted test data
Add sort order checks
Factor out several functions to biolibc
Improve memory efficiency, now typically runs on 4-5 MB
Add MAPQ filtering with min MAPQ required on CLI
Collect stats on reads and alleles
Add script for clang profiling
Numerous other minor enhancements and bug fixes

Handle extra fields in SAM input

08 Mar 14:49
Compare
Choose a tag to compare

Some SRA CRAM files contain an occasional 12th column in a a small number of alignments. This release adds a fix to tolerate and discard the extra data rather than take it as the first column of the next alignment.

First tested stable commit

28 Feb 01:04
Compare
Choose a tag to compare

Tested and stable on FreeBSD, RHEL, and Ubuntu.