eggnogdb / eggnog-mapper

Fast genome-wide functional annotation through orthology assignment
http://eggnog-mapper.embl.de
GNU Affero General Public License v3.0
570 stars 106 forks source link

implement sequence thresholds post orthology prediction #13

Closed jhcepas closed 4 years ago

jhcepas commented 8 years ago

That would allow apply common blast filters on top of orthology restrictions. Currently only taxonomic restrictions can be applied.

Implementation would consist on phmmer searches occurring always at the NOG level, so all orthologs are evaluated with an alignment.

potential filters are:

saketkc commented 4 years ago

Hi! Eggnog-mapper is pretty cool! Are there plans to add support for sequence identity/query coverage soon?

Cantalapiedra commented 4 years ago

Hi @saketkc ,

Thank you very much for your kind words. If you are confortable giving a try to the "refactor" branch you will find a --query-cover option. Also, we are about to merge such branch with the "master" branch and hopefully to publish it as a new release. An option to filter by sequence identity is not available yet, but it would be great to include it soon.

Best, Carlos

Cantalapiedra commented 4 years ago

Added --pident to filter results from diamond and mmseqs searches