Skip to content

Structure.from_pdbid broken: MMTF download deprecated #159

Description

@dominiquesydow

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:

return cls(mmtf.fetch(pdbid))

As the corresponding function in opencadd‘s Structure object mimics mdanalysisUniverse object, I think we also have to check in there.
https://github.com/MDAnalysis/mdanalysis/blob/develop/package/MDAnalysis/coordinates/MMTF.py#L56

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions