-
Notifications
You must be signed in to change notification settings - Fork 11
ENH: Update NCBITaxonomyDirFmt
to accomodate data-version file
#73
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #73 +/- ##
==========================================
+ Coverage 96.77% 96.91% +0.14%
==========================================
Files 42 42
Lines 1548 1620 +72
==========================================
+ Hits 1498 1570 +72
Misses 50 50 ☔ View full report in Codecov by Sentry. |
Hey @VinzentRisch, can you give this one a review? Cheers! |
Hey @Sann5, everything looks good to me. The tests run and the data can be imported without any issues. 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Crap! Thank you for checking and thanks for the review :). Ill update the PR message accordingly. |
@misialq do you want to take a quick look before I SQUASH-megre it? |
Yup, thanks, I'll check it out and ping you 🙌 |
We have decided not to go forward with this extension of the semantic type because the files ( However, this branch will be pushed upstream just in case we wish to recycle some of the code further on. |
About this repo
q2-types-genomics
is aqiime2
plugin that defines semantic types for other plugins.What's new
NCBITaxonomyDirFmt
to accomodate data-version file #72NCBITaxonomyDirFmt
now contains 4 files instead of 3.nodes.dmp
names.dmp
prot.accession2taxid.gz
version.tsv
version.tsv
file this information is effectively recorded in the provenance of downstream artifacts.Set up an environment
Run it locally
cd wherever_you_want_to_download_the_data_to
qiime tools import --input-path ncbi_tax_data --output-path ncbi_tax_data.qza --type "ReferenceDB[NCBITaxonomy]"
Running the tests