douweschulte / pdbtbx

A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files in Rust.
https://crates.io/crates/pdbtbx
MIT License
49 stars 12 forks source link

Allow for the use of compressed files #99

Closed douweschulte closed 1 year ago

douweschulte commented 1 year ago

I found (this great fork)[https://github.com/ykgkhakase/pdbtbx]. If @ykgkhakase is open to it I would happily accept a pull request.

In the best case pdbtbx would support both zipped pdb (.pdb.gz) and mmCif (.cif.gz) files, both for opening and writing. Also a setup with this behaviour behind a (default on) feature flag would have my preference.

OWissett commented 1 year ago

Not seen any activity on this. I might just try and implement this myself. I have something similar to this already. Shouldn't be too hard

OWissett commented 1 year ago

Can you assign this ticket to me?

douweschulte commented 1 year ago

Perfect! I assigned you to this.

OWissett commented 1 year ago

PR now open