OSC / phylogatr-web

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

correctly download zip files #5

Closed johrstrom closed 2 years ago

johrstrom commented 2 years ago

There's a bug where users choose tar files, but it always gets archived as a .tar.gz. So users can't open a .zip file because it's actually a .tar.gz.

I believe it's because ENV['PKG_FORMAT'] is never set, so the job default to tar, then the batch script copies that file and erroneously calls it a .zip.