Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MashMap v3.0.6 #58

Merged
merged 15 commits into from
Jul 10, 2023
Merged

MashMap v3.0.6 #58

merged 15 commits into from
Jul 10, 2023

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