Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pyaptamer/data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ class MoleculeLoader:
------------
path : str, Path, or list thereof
file location or list of file locations with molecule files
str can be any of the following... [fill in]
str can be any of the following:
- an absolute path : ``"/home/user/data/1gnh.pdb"``
- a relative path : ``"../data/1brq.pdb"``
- any string convertible to a ``pathlib.Path`` object

the following formats are currently supported:

Expand Down