Skip to content

GFA Harmony

Compare
Choose a tag to compare
@edawson edawson released this 05 Apr 13:12
· 233 commits to master since this release

This release brings full compatibility with GFA0.1, GFA1.0, and the GFA1.0 compatible subset of GFA2.0.

  • Executable is now named gfak, not "gfakluge"
  • New --version <X> flag for relevant tools that allows users to select which format to use for output.
  • gfak extract: create a fasta file from the S lines of a GFA file.
  • No information is lost in the backing containers when switching between formats, though incompatible records are removed from output.
  • Crushed a few bugs (an off by one error, some segfaults, etc)
  • Several helpful changes/fixes from other devs (namespace rules, output bug fix)