1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
vcf: Allow omitted trailing FORMAT fields More... over 11 years ago
Fix sam_format1 failure on lines ending in integer/float tags and issue #63 More... over 11 years ago
Fixed a bug when loading in fasta files consisting of all sequence on a single line and in lowercase. More... over 11 years ago
Merge #70, fetching of remote BAM/VCF indices More... over 11 years ago
Use hFILE rather than knet in test_and_fetch() More... over 11 years ago
fix remote fetching of regions for bam and vcf More... over 11 years ago
Add "data:blahblah" in-memory hFILE backend (read-only) More... over 11 years ago
Add 'a' (append) mode letter; propagate mode letters More... over 11 years ago
Merge #68, fix incorrect length given to MD5 calculation More... over 11 years ago
Add HTS_IDX_NONE and document HTS_IDX_* More... over 11 years ago
Fixes incorrect MD5 calculation in cram_write_SAM_hdr More... over 11 years ago
Keep the style of the surrounding code More... over 11 years ago
Ignore operation-not-supported errors in fd_flush More... over 11 years ago
More sensible Quals of matching bases in overlaps More... over 11 years ago
bcf_translate: Catch unchecked errors More... over 11 years ago
Check cram_eof() before calling cram_close() More... over 11 years ago
synced_reader: New bcf_sr_region_done macro More... over 11 years ago
Merge pull request #62, minor CRAM updates More... over 11 years ago
Make synced reader aware of bcf_hdr_set_sample(), expanded docs More... over 11 years ago
hts_idx_load: Print warning when index is older than data More... over 11 years ago
To avoid confusion, make bcf_get_*_int and bcf_update_*_int symetric More... over 11 years ago
Reduced the number of realloc calls zlib_mem_inflate(), while hopefully not overallocating much either. More... over 11 years ago
Merge pull request #60, CRAM EOF block improvements More... over 11 years ago
hts_expand0: type ptr properly, it can be of different type More... over 11 years ago
vcf: Don't let unpack_*_core forget the to-be-freed pointer More... over 11 years ago
vcf: Abort on broken VCFs with multiple/trailing spaces/tabs More... over 11 years ago
Bug fix to the SAM header padding. It could go negative and then fail to write the header. More... over 11 years ago
Fixed EOF check. The usual code path had the correct check, but an empty cram triggered the incorrect code. More... over 11 years ago
The default CRAM version is now 2.1. This is now the official release for supporting EOF blocks and the Java implementation only enforces them for CRAM 2.1 and above. More... over 11 years ago
Merge pull request #46, CRAM EOF blocks More... over 11 years ago