You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changelog:
Uses the chaining algorithm from wfmash
--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)