Is your feature request related to a problem?
No, but it's related to another issue (see link below). In a nutshell there is a need for a semantic type to represent a HMMER database in Qiime2.
Describe the solution you'd like
The Semantic type should be able to manage an arbitrary number of organisms from the HMMER database. E.g:
download_eggnog_data.py -s -H -d 2
This would download HMMER database for these two groups of organisms of interest.
Context:
Sister issue: bokulich-lab/q2-moshpit#96
Care should be taken that the output artifact can be accessed in the downstream actions that run the HMMER analysis (unexisting as of now).
Is your feature request related to a problem? No, but it's related to another issue (see link below). In a nutshell there is a need for a semantic type to represent a HMMER database in Qiime2.
Describe the solution you'd like The Semantic type should be able to manage an arbitrary number of organisms from the HMMER database. E.g:
This would download HMMER database for these two groups of organisms of interest.
Context: