Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert HapCUT2 to use the HTSlib API instead of the legacy samtools API #87

Merged
merged 1 commit into from
Nov 6, 2019
Merged

Commits on Oct 31, 2019

  1. Convert uses of legacy samtools API to use HTSlib API instead

    Change to include htslib/*.h headers; use HTSlib-style type and
    function names; use sam_hdr_read() and pass bam_hdr_t headers
    explicitly to sam_read1().
    
    Remove references to libbam.a and don't build it. The only remaining
    use of submodules/samtools is in the install-samtools rule.
    
    Use HTSlib's kseq.h instead of a local copy.
    jmarshall committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    a3b57ad View commit details
    Browse the repository at this point in the history