1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core vcf: added API for modifying/deleting/adding INFO fields, currently only VCF output supported; vcfmerge: AN,AC tags now updated correctly. More... over 12 years ago
bcf core lib: Fixed a silly bug from the last commit. FILTER=PASS indeed must come first, but only after the ##fileformat string. More... over 12 years ago
bcf core lib: PASS filter must come first in order to conform to BCF specification More... over 12 years ago
vcfgtcheck: Slight change in semantics, -g now used only for the known genotypes. More... over 12 years ago
gtcheck: added per-sample depth plot More... over 12 years ago
bcf_set_iarray: fix in incrementing typed pointer More... over 12 years ago
vcfgtcheck: new functionality - multi-sample cross-check of genotypes More... over 12 years ago
vcf.[hc]: convenience routine for converting BCF_INT types into C ints More... over 12 years ago
vcfquery: Do not crash when no arguments given More... over 12 years ago
synced_reader: Allow reading of unindexed .vcf and .vcf.gz in more situations More... over 12 years ago
vcf_format1: move the string initialization outside so that the method can work in append mode (used by vcfquery) More... over 12 years ago
Merge branch 'master' of github.com:samtools/htslib More... over 12 years ago
vcfnorm: Bugfixes, more robust realignment, more sanity checks. More... over 12 years ago
compiling error More... over 12 years ago
Merge pull request #9 from kmsquire/fix_secondary_check More... over 12 years ago
Bugfix: core is a member of bam1_t->core More... over 12 years ago
Merge branch 'lite' More... over 12 years ago
bam2fq: skip secondary alignments More... over 12 years ago
Merge branch 'lite' More... over 12 years ago
added this missing file More... over 12 years ago
vcfnorm: Sanity check for reference sequence mismatches More... over 12 years ago
vcfnorm fix: segfault on nasty case of indel; synced_reader fix: read from stdin More... over 12 years ago
Updated test file for vcfcheck More... over 12 years ago
Merge branch 'master' of github.com:samtools/htslib More... over 12 years ago
Synced VCF/BCF reader and most of the vcf*tools now read from stdin. Speedup in vcf_parse1 by skipping fields which are not needed. More... over 12 years ago
Merge pull request #8 from sm15/develop
pd3
More... over 12 years ago
vcfgtcheck fix: added the command into main() More... over 12 years ago
vcfquery fix: throw an error when no VCF given with -l. More... over 12 years ago
Merge branch 'develop' of github.com:samtools/htslib into develop More... over 12 years ago
vcfnorm: New command for normalizing and left-aligning indels. More... over 12 years ago