biocore / redbiom

Sample search by metadata and features
Other
44 stars 20 forks source link

WIP: Closing out a few issues #122

Closed wasade closed 1 year ago

wasade commented 1 year ago

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 commented 1 year ago

...to demonstrate #117:

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