Closed Sann5 closed 6 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
3b993ed
) 96.77% compared to head (15615ed
) 96.78%.
Files | Patch % | Lines |
---|---|---|
q2_types_genomics/reference_db/_format.py | 95.65% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I added some test data with the expected file structure and empty files but its a lot of them. Do you think I should follow another approach for testing the BuscoDatabaseDirFmt
@misialq?
About this repo
q2-types-genomics
is aqiime2
plugin that defines semantic types (ST) for other plugins.What's new
fetch-busco-db
action which downloads some data to be used in theevaluate-busco
action.Set up an environment
Run it locally
First, clone the repo and checkout the PR branch:
Let's get you some data to play with:
FYI I can't run busco from the visual code terminal (it can find it), only from i-term.
Running the tests