Skip to content

Tags: vgteam/vg

Tags

v1.74.1

Toggle v1.74.1's commit message
Add version for patch release

v1.74.0

Toggle v1.74.0's commit message
Rename augmented reference (augref) to graph reference (gref)

Rename the augref module and feature throughout vg to "graph reference"
(gref) for clearer terminology:

- Rename src/augref.{hpp,cpp} -> src/gref.{hpp,cpp} (header guard
  VG_AUGREF_HPP_INCLUDED -> VG_GREF_HPP_INCLUDED).
- Class AugRefCover -> GrefCover, all members and methods (e.g.
  make_augref_name -> make_gref_name, is_augref_name -> is_gref_name,
  set/get_augref_sample -> set/get_gref_sample, write_augref_segments
  -> write_gref_segments, augref_intervals/augref_sample_name/
  base_path_augref_counter -> gref_*).
- Update #includes in graph_caller.{hpp,cpp}, paths_main.cpp,
  call_main.cpp, and deconstruct_main.cpp.
- vg paths CLI: --compute-augref/--min-augref-len/--augref-sample/
  --augref-segs -> --compute-gref/--min-gref-len/--gref-sample/
  --gref-segs; matching local variables and the OPT_AUGREF_SEGMENTS
  enum value.
- Help text, log tags ("[augref]" -> "[gref]"), and comments updated to
  say "graph reference" / "gref".
- Update test/t/11_vg_paths.t, 18_vg_call.t, 26_deconstruct.t to use
  the new flag and file names.

The "_alt" path-name suffix is unchanged (it identifies graph reference
fragments in the graph data on disk and stays the same). The "augmented
graph" wording in call_main.cpp's file header refers to the unrelated
"vg augment" feature and is also unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

v1.73.0

Toggle v1.73.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4855 from vgteam/sim-avg-len

Allow using mean read length in FASTQ-trained read simulation

v1.72.0

Toggle v1.72.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4823 from vgteam/compressed-gbz-sequences

Zstd-compressed sequences in GBZ

v1.71.0

Toggle v1.71.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4788 from vgteam/deconstruct

add -P option to snarls/index -j to root snarls on ref backbone

v1.70.0

Toggle v1.70.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4745 from vgteam/snarl-rank-reorder

Snarl rank reorder

v1.69.0

Toggle v1.69.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4715 from vgteam/cyclic-snarl-improvements

Duct tape and glue (temporary cyclic snarl improvements)

v1.68.0

Toggle v1.68.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4684 from vgteam/distance-test

is_regular_snarl test

v1.67.0

Toggle v1.67.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4656 from vgteam/more-malloc

Add make mimalloc=on to allow building with mimalloc

v1.66.0

Toggle v1.66.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #4624 from vgteam/hybrid-clip

depth option -d now usable with edge filter -D