Skip to content

Releases: auerlab/ad2vcf

Update for biolibc API changes

Choose a tag to compare

@outpaddling outpaddling released this 11 Jun 12:51

Updates for bl_sam_t and bl_vcf_t API streamlining

Biolibc 0.2.2 API updates

Choose a tag to compare

@outpaddling outpaddling released this 15 Mar 13:11

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

New biolibc API, numerous fixes and enhancements

Choose a tag to compare

@outpaddling outpaddling released this 13 Dec 15:20

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

Choose a tag to compare

@outpaddling outpaddling released this 11 Jun 14:14

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

Add man page, numerous improvements

Choose a tag to compare

@outpaddling outpaddling released this 23 Mar 14:33

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

Choose a tag to compare

@outpaddling outpaddling released this 08 Mar 14:49

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

Choose a tag to compare

@outpaddling outpaddling released this 28 Feb 01:04

Tested and stable on FreeBSD, RHEL, and Ubuntu.