You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First pass over the gVCF data, to discover candidate alleles, begins while RocksDB is still reorganizing (compacting) its on-disk storage, improving system utilization and reducing peak memory usage (due to smaller caches used while compactions are running) (#199)
Parallelize the allele unifier algorithm (by contig) (#148)
Define AC & AN INFO fields in output pVCF header; GLnexus itself doesn't generate these fields, but they may be added by bcftools post-processing steps in which case it's proper to have them defined in the header (and not harmful otherwise)
Fix a minor case of non-deterministic output (#176)