Skip to content

Commit

Permalink
Point to associated files example
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 23, 2024
1 parent 428834c commit e313592
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modelcif/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,10 +978,12 @@ def read(fh, model_class=modelcif.model.Model, format='mmCIF', handlers=[],
If the input file references any associated files, they will be
listed in :attr:`modelcif.System.repositories`. The files will not be
downloaded or read in, however.
automatically downloaded or read in, but it is straightforward to do
this in Python; see the
`associated files example <https://github.com/ihmwg/python-ma/blob/main/examples/associated.py>`_.
:return: A list of :class:`modelcif.System` objects.
"""
""" # noqa: E501
if add_to_system is None:
# Work for now with stable python-ihm release
return ihm.reader.read(
Expand Down

0 comments on commit e313592

Please sign in to comment.