Skip to content
Snippets Groups Projects
Commit 77a9bcec authored by Berk Onat's avatar Berk Onat
Browse files

Added plugin list

parent 08510612
Branches
No related tags found
No related merge requests found
from __future__ import absolute_import from __future__ import absolute_import
from . import trajectory from . import pymolfile
__all__ = [ "pymolfile" ] __all__ = [ "pymolfile" ]
MOLFILE_PLUGINS = pymolfile.plugins()
...@@ -60,14 +60,14 @@ def open(file_name_with_path, topology=None, ...@@ -60,14 +60,14 @@ def open(file_name_with_path, topology=None,
""" The main function to read topology and """ The main function to read topology and
trajectory files trajectory files
Returns: Depends on the file format and info. Returns: Depends on the file format and arguments:
If structure file is supplied, it returns topology class. If structure file is supplied, it returns topology class.
If only trajectory file is supplied, it returns trajectory class If only trajectory file is supplied, it returns trajectory class
without topology information. (the number of atoms must be known) without topology information. (the number of atoms must be known)
If both files are supplied, it returns trajectory class with If both files are supplied, it returns trajectory class with
topology information. topology information.
""" """
if if MOLFILE_PLUGINS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment