Skip to content

v1.2.4

Compare
Choose a tag to compare
@mlin mlin released this 24 Jan 07:29

Start Here: tutorial

  • glnexus_cli performance improvements:
    • 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)
  • glnexus_cli --dir /SOME/PATH overrides default $(pwd)/GLnexus.DB/ scratch directory (#142)
  • 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)
  • Bump dependency revisions

glnexus_cli docker image: quay.io/mlin/glnexus:v1.2.4