Skip to content

Commit

Permalink
Update format specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
marinegor committed Oct 2, 2024
1 parent 9a1a59a commit 27c10d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/MDAnalysis/coordinates/MMCIF.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MMCIFReader(base.SingleFrameReaderBase):
.. versionadded:: 2.8.0
"""

format = "MMCIF"
format = ["cif", "cif.gz", "mmcif"]
units = {"time": None, "length": "Angstrom"}

def _read_first_frame(self):
Expand Down
2 changes: 1 addition & 1 deletion package/MDAnalysis/topology/MMCIFParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class MMCIFParser(TopologyReaderBase):
.. versionadded:: 2.8.0
"""

format = "MMCIF"
format = ["cif", "cif.gz", "mmcif"]

def parse(self, **kwargs):
"""Read the file and return the structure.
Expand Down

0 comments on commit 27c10d6

Please sign in to comment.