Skip to content

Conversation

bkille
Copy link
Contributor

@bkille bkille commented Jul 10, 2023

  • --splitPrefix now performs the filtering on each prefix-group independently.
  • Does not sketch or winnow k-mers w/ ambiguous nucleotides.
  • Added kc:f tag for the estimated k-mer complexity, defined as the ratio of the estimated number of distinct k-mers in a segment to the total number of k-mers in a segment (this estimate can be greater than 1.0).
  • Added a flag --kmerComplexity x to filter out segments with estimated kmer complexity less than x.
  • Mapping progress now updates for each segment mapped, as opposed to each contig mapped.
  • Added --reportPercentage option to report ANI as a percentage instead of in [0, 1] range (necessary for use w/ wfmash)
  • Fixes Compilation issues under Archlinux using cmake #54
  • Does not split sequences smaller than the block length.
  • Added address sanitizer for Debug build

@bkille bkille merged commit 4f4df5d into master Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation issues under Archlinux using cmake
1 participant