Skip to content

v1.0.6.3

Compare
Choose a tag to compare
@GuillaumeHolley GuillaumeHolley released this 21 Feb 15:41
· 107 commits to master since this release
a403dd2

Minor update to v1.0.6.2:

  • Add MAX_GMER_SIZE compile variable to choose the maximum size of g-mers (minimizers). Works exactly the same as MAX_KMER_SIZE. By default, MAX_GMER_SIZE is equal to MAX_KMER_SIZE.
  • Fix an issue with the update function where the k-mer size of the input graph was not used to make the output graph (default k-mer size was used instead).