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

WIP: Closing out a few issues #122

Merged
merged 20 commits into from
Dec 20, 2022
Merged

WIP: Closing out a few issues #122

merged 20 commits into from
Dec 20, 2022

Conversation

wasade
Copy link
Member

@wasade wasade commented Dec 16, 2022

Closing out a few issues

We also introduce a performance improvement which reduces runtime for fetching the EMP500 (qiita study 13114) by over 50%. These gains are achieved by (a) avoiding taxonomy lookup for ASVs and (b) doubling buffer sizes for key calls to reduce HTTP requests. We did not observe further reductions in runtime by increasing buffers further.

@wasade
Copy link
Member Author

wasade commented Dec 17, 2022

...to demonstrate #117:

$ export context=Deblur_2021.09-Illumina-16S-V4-150nt-ac8c0b
$ redbiom fetch samples --context $context --output samples.biom 11896.A2.raw
$

@wasade wasade merged commit 727824d into biocore:master Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment