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-busco-db action and update evaluate-busco accordingly #143

Closed
wants to merge 21 commits into from

Conversation

Sann5
Copy link
Contributor

@Sann5 Sann5 commented Feb 27, 2024

What's new

Blocked by...

Preview Give feedback

Run it locally

  1. Assuming you already have a local copy of q2-moshpit that is installed in your virtual environment.
cd q2-moshpit
gh pr checkout 143
  1. Let's get you some data to play with:
cd <download here>
qiime moshpit fetch-busco-db --p-virus False --p-prok True --p-euk False --o-busco-db busco_prok_db.qza --verbose
wget https://polybox.ethz.ch/index.php/s/slGyW1uQbyxmyb9/download -O mags.qza
  1. Test it out!
qiime moshpit evaluate-busco --i-bins mags.qza --i-busco-db busco_prok_db.qza --p-lineage-dataset bacteria_odb10 --o-visualization busco.qzv --verbose --p-cpu 6
qiime tools view busco.qzv

Running the tests

pytest -W ignore -vv --pyargs q2_moshpit

@Sann5 Sann5 added the enhancement New feature or request label Feb 27, 2024
@Sann5 Sann5 requested a review from misialq February 27, 2024 10:08
@Sann5 Sann5 self-assigned this Feb 27, 2024
@misialq
Copy link
Contributor

misialq commented May 1, 2024

Same here, please update with changes from #148, @Sann5 🙏

@Sann5 Sann5 closed this May 13, 2024
@Sann5 Sann5 deleted the fetch_busco_db_iss_122 branch May 13, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependent enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: add fetch-busco-db action and update evaluate-busco accordingly
2 participants