SBRG / ssbio

A Python framework for structural systems biology
http://ssbio.readthedocs.io/en/latest/
MIT License
101 stars 28 forks source link

Cleaning mmtf files and saving as pdbs #15

Closed nmih closed 7 years ago

nmih commented 7 years ago

Currently the most recent release of Biopython (1.6.8) doesn't parse mmtf files correctly (altlocs and disordered flags are set wrong). The developmental release does, however for now if a user has 1.6.8, cleaning structure files doesn't work properly when mmtf is set as the default. So for now -- mmcif will be set as the default file format until the next Biopython release.

See biopython/biopython#975