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

Add --priority-taxids option for database building. #256

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 1, 2020

  1. Add --priority-taxids option for database building.

    All kmers associated with any priority taxids will override other taxids, meaning that the hash
    value for the kmer will not be LCA'd but set at priority taxid. This is useful for artificial
    vector/plasmid sequences overlapping bacteria so that their kmers don't get uninformatively LCA'd
    to a root node.
    
    The default value includes 32630 and 81077. Specifying any taxids will clear these two taxids.
    Multiple taxids can be separated by colon (:), comma (,) or repeated args.
    yesimon committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b40f075 View commit details
    Browse the repository at this point in the history