htslib icon indicating copy to clipboard operation
htslib copied to clipboard

C library for high-throughput sequencing data formats

Results 132 htslib issues
Sort by recently updated
recently updated
newest added

I'm creating tabix indexes for arbitrarily formatted GWAS summary stats. This works fine, but the header seems to be lost. If I pass `--skip-lines`, then when I query the header,...

I am using SeqLib to read in bam/cram files on a cloud instance. After compiling the library with gcloud support, most of the time reading in bam files works, however...

A somewhat tidied-up version of @lczech's concrete proposal in #1397 for overriding the default printing of hts_log messages to stderr. Draft, as the new function (and associated typedef) would require...

Hi there! This is more of a general suggestion to improve error reporting, but I'll illustrate it with a concrete example. I have started using the sam/bam/cram functionality recently, and...

A proposal to add API functions allowing user code to iterate over all header lines in order. Then with a way of referencing a particular generic header line established, we...

In addition to the use case where a session token is provided as part of a Federated access model, probably the more common use case is for [using IAM roles...

P3: Low priority
S3

It would be really nice to be able to capture the progress of the indexing functions, especially for large files as this can take some time. Adding callbacks to the...

If I attempt to add a header string to a VCF header using `bcf_hdr_append()`, the string gets passed to the function `bcf_hdr_parse_line()` which parses the key and passes it to...

Would it be possible to add a few fast-starter examples to htslib? Nothing too complicated, just perhaps 3-5 smallish example for people to quickly test htslib after they have compiled...

If I have a VCF file with a missing `##FORMAT` record, then a straight `bcftools view` issues a warning: ``` @ seq4-head2[tmp/vcf]; bcftools view passed_ploidy_001.vcf|wc [W::vcf_parse_format] FORMAT 'PL' at 1:61462...