v1.0.6.3
·
107 commits
to master
since this release
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).