phac-nml / genomic_address_service

Package for clustering sequences de novo and assignment to existing nomenclature
Apache License 2.0
1 stars 2 forks source link

Reduce memory requirements for GAS Call #10

Open jrober84 opened 2 months ago

jrober84 commented 2 months ago

Currently GAS call reads in a complete set of distances before performing any operations on it. This can be significantly improved upon by streaming data through the pipeline instead