Skip to content

MMSeqs taxonomy coverage value #750

@pbelmann

Description

@pbelmann

I would like to assign a taxonomic label to my protein sequences using the blast NR database and the mmseqs taxonomy command available in the docker image (quay.io/microbiome-informatics/mmseqs:2.13). I noticed that the default coverage value is zero according to the help page.
-c FLOAT List matches above this fraction of aligned (covered) residues (see --cov-mode) [0.000]

However, if I set the -c parameter to 0.8, which sounds reasonable to me, then all of my sequences are labelled as no rank unclassified.

Full command:

mmseqs taxonomy queryDB ${MMSEQS2_DATABASE_DIR} taxresults.database tmp  --lca-ranks superkingdom,phylum,class,order,family,genus,species,subspecies   --threads 28

My questions are:

  1. Doesn't it always make sense to increase the -c parameter to reduce spurious hits?
  2. How can I inspect the alignment of the best hit?
  3. Does easy-taxonomy also use the same default lca-mode or a different one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions