Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
pymolfile
Commits
77a9bcec
Commit
77a9bcec
authored
Oct 11, 2017
by
Berk Onat
Browse files
Added plugin list
parent
08510612
Changes
2
Hide whitespace changes
Inline
Side-by-side
pymolfile/__init__.py
View file @
77a9bcec
from
__future__
import
absolute_import
from
.
import
trajectory
from
.
import
pymolfile
__all__
=
[
"pymolfile"
]
MOLFILE_PLUGINS
=
pymolfile
.
plugins
()
pymolfile/pymolfile.py
View file @
77a9bcec
...
...
@@ -60,14 +60,14 @@ def open(file_name_with_path, topology=None,
""" The main function to read topology and
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 only trajectory file is supplied, it returns trajectory class
without topology information. (the number of atoms must be known)
If both files are supplied, it returns trajectory class with
topology information.
"""
if
if
MOLFILE_PLUGINS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment