We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The MMTF format is no longer supported by the RCSB and replaced by the BCIF format. https://www.rcsb.org/news/feature/65a1af31c76ca3abcc925d0c
Hence, also the mmtf package, which is a Python implementation of the MMTF API, is not in use any more:
mmtf
opencadd/opencadd/structure/core.py
Line 22 in c76e87c
As the corresponding function in opencadd‘s Structure object mimics mdanalysis‘ Universe object, I think we also have to check in there. https://github.com/MDAnalysis/mdanalysis/blob/develop/package/MDAnalysis/coordinates/MMTF.py#L56
opencadd‘s
Structure
mdanalysis
Universe
The text was updated successfully, but these errors were encountered:
We could try this:
https://github.com/biotite-dev/biotite/blob/0404084283765baef765cc869d86ee07a898d82f/src/biotite/database/rcsb/download.py#L119-L122
Sorry, something went wrong.
Asked for help here: rcsb/mmtf-python#63
No branches or pull requests
The MMTF format is no longer supported by the RCSB and replaced by the BCIF format.
https://www.rcsb.org/news/feature/65a1af31c76ca3abcc925d0c
Hence, also the
mmtf
package, which is a Python implementation of the MMTF API, is not in use any more:opencadd/opencadd/structure/core.py
Line 22 in c76e87c
As the corresponding function in
opencadd‘s
Structure
object mimicsmdanalysis
‘Universe
object, I think we also have to check in there.https://github.com/MDAnalysis/mdanalysis/blob/develop/package/MDAnalysis/coordinates/MMTF.py#L56
The text was updated successfully, but these errors were encountered: