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

ENH: add fetch-eggnog-proteins action #109

Merged
merged 20 commits into from
Jan 19, 2024

Conversation

Sann5
Copy link
Contributor

@Sann5 Sann5 commented Dec 24, 2023

Whats New

Blocked by another PR

Run it locally

Assuming you have a working environment, run the following.

  1. First, clone the repo and checkout the PR branch:
git clone [email protected]:bokulich-lab/q2-moshpit.git
gh pr checkout 109
  1. Now we are ready to run the action locally. You need at least 18 Gb of free disk space.
qiime moshpit fetch-eggnog-fasta --o-eggnog-fasta one_taxa_data.qza --verbose
  1. Alternatively, you can run the tests for this action (nothing will be downloaded).
cd <you_local_path_to>/q2-moshpit
pytest -W ignore -vv -k fetch_eggnog_fasta

@Sann5 Sann5 self-assigned this Dec 24, 2023
@Sann5 Sann5 requested a review from misialq December 24, 2023 12:15
q2_moshpit/_utils.py Outdated Show resolved Hide resolved
q2_moshpit/eggnog/_dbs.py Show resolved Hide resolved
q2_moshpit/plugin_setup.py Outdated Show resolved Hide resolved
q2_moshpit/eggnog/_dbs.py Outdated Show resolved Hide resolved
@Sann5 Sann5 requested a review from misialq January 11, 2024 14:11
q2_moshpit/plugin_setup.py Outdated Show resolved Hide resolved
@Sann5 Sann5 added the enhancement New feature or request label Jan 15, 2024
@Sann5 Sann5 requested a review from misialq January 15, 2024 13:46
@misialq misialq changed the title ENH: Fetch ReferenceDB[EggnogSequenceTaxa] for build-eggnog-diamond-db action ENH: fetch ReferenceDB[EggnogProteinSequences] for build-eggnog-diamond-db action Jan 15, 2024
@misialq misialq changed the title ENH: fetch ReferenceDB[EggnogProteinSequences] for build-eggnog-diamond-db action ENH: add fetch-eggnog-proteins action Jan 19, 2024
Copy link
Contributor

@misialq misialq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, let's merge!

q2_moshpit/plugin_setup.py Outdated Show resolved Hide resolved
@misialq misialq merged commit 46164d2 into bokulich-lab:main Jan 19, 2024
3 of 5 checks passed
@Sann5 Sann5 deleted the fetch_eggnog_fasta branch January 19, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Fetch EggnogSequenceTaxa for build-eggnog-diamond-db action
2 participants