1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 27, 2024 — Aug 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use static inline, not just inline More... about 12 years ago
Fix union-based type-punning buglet More... about 12 years ago
vcf.h: Reverted back to bcf_float_is_* macros as the inlined unions break vcfmerge code, found a solution with the original version. More... about 12 years ago
Resolved merge conflict in Makefile, merged. More... about 12 years ago
[hts_open,bgzf,vcf] New flags for uncompressed input/output to distinguish between compressed/uncompressed BCF/VCF. Updates and fixes in BCF update functions. Removed old tests (now in samtools/bcftools repo) and added new. More... about 12 years ago
Actually $(NUMERIC_VERSION) is more generic More... about 12 years ago
Replace HTS_VERSION with hts_version() More... about 12 years ago
Use config.h for configuration options More... about 12 years ago
Use strtoul() for other unsigned 'B' types too More... about 12 years ago
Bug fix to handle blank headers in SAM files More... about 12 years ago
constify input parameter to faidx_fetch_seq More... about 12 years ago
Update kstring.[ch] from upstream sources More... about 12 years ago
Added tests/test_view More... about 12 years ago
tview and bgzip: Check that the files are bgzipped, not gzipped. More... about 12 years ago
bgzf.c: Check return status of bgzf_read_block in bgzf_useek to catch gzipped (as opposed to bgzipped) files. More... about 12 years ago
Added BGZF indexing and reindexing capability to bgzip. Fixed -b seeking. More... about 12 years ago
New API for BGZF indexing w.r.t uncompressed data. Extended BGZF to read uncompressed files. Moved from RAZF to BGZF in FAI indexing. More... about 12 years ago
Update khash.h from upstream sources More... about 12 years ago
Bug fix to khashification of process_one_read. More... about 12 years ago
Added some synthetic SAM test data and a test perl script to trial conversion between SAM, BAM and CRAM. A work in progress. More... about 12 years ago
A bit of a hack to set the header and references up properly for cram. This is a hack right now as it requires accessing internals of the fp, but it should be fixed in future by properly supporting methods to manipulate these fields for all data types rather than just cram (eg see scram.c in io_lib). More... about 12 years ago
Bug fix to khash-ification of sam_hdr_add_lines More... about 12 years ago
Better handling of unknown references. More... about 12 years ago
Use strtoul instead of strtol for XX:B:I tags so that integers >2.14 billion work. More... about 12 years ago
Use strtoul instead of strtol for XX:B:I tags so that integers >2.14 billion work. More... about 12 years ago
Bug fix to stop sam view from converting 'H' into 'Z' types. More... about 12 years ago
Bug fix to stop sam view from converting 'H' into 'Z' types. More... about 12 years ago
Bug fix to handle blank headers in SAM files. More... about 12 years ago
Switch from modifying CFLAGS to CPPFLAGS so we can do "make CFLAGS=-g". More... about 12 years ago
Further removal of various unusued portions of Staden io_lib. More... about 12 years ago