OSC / phylogatr-web

The web app for the Phylogatr Project - https://phylogatr.org/
https://phylogatr.org/
MIT License
0 stars 0 forks source link

Genbank dl updates #26

Closed johrstrom closed 2 years ago

johrstrom commented 2 years ago

Just a few fixes to stabalize downloading genbank data. Still slow as indicated in #25 but at least will now verify files integrity should the be corrupt.

This does change something slightly in that we won't unzip genbank data anymore. In the next few changes, we'll read the gz files and uncompress them in memory, because it's much cheaper to keep them compressed.