Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pymolfile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
pymolfile
Commits
77a9bcec
Commit
77a9bcec
authored
Oct 11, 2017
by
Berk Onat
Browse files
Options
Downloads
Patches
Plain Diff
Added plugin list
parent
08510612
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pymolfile/__init__.py
+4
-1
4 additions, 1 deletion
pymolfile/__init__.py
pymolfile/pymolfile.py
+2
-2
2 additions, 2 deletions
pymolfile/pymolfile.py
with
6 additions
and
3 deletions
pymolfile/__init__.py
+
4
−
1
View file @
77a9bcec
from
__future__
import
absolute_import
from
__future__
import
absolute_import
from
.
import
trajectory
from
.
import
pymolfile
__all__
=
[
"
pymolfile
"
]
__all__
=
[
"
pymolfile
"
]
MOLFILE_PLUGINS
=
pymolfile
.
plugins
()
This diff is collapsed.
Click to expand it.
pymolfile/pymolfile.py
+
2
−
2
View file @
77a9bcec
...
@@ -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
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment