samirelanduk / atomium

Python macromolecular parsing (with .pdb/.cif/.mmtf parsing and production)
https://atomium.bio
MIT License
102 stars 19 forks source link

gzip integration #26

Closed juvilius closed 4 years ago

juvilius commented 4 years ago

Overview of New Code/Feature

Relying on the correct file extension for gzip, this uncompresses the input file before giving the data to the parser. The workflow is the exact same as before, hence no new tests or comments

Checklist

samirelanduk commented 4 years ago

Great addition - thanks!