Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ariaec
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bis-aria
ariaec
Commits
8fd918a5
Commit
8fd918a5
authored
6 years ago
by
Fabrice ALLAIN
Browse files
Options
Downloads
Patches
Plain Diff
Update aria/conbox/commands.py
parent
a8af2485
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aria/conbox/commands.py
+5
-3
5 additions, 3 deletions
aria/conbox/commands.py
with
5 additions
and
3 deletions
aria/conbox/commands.py
+
5
−
3
View file @
8fd918a5
...
...
@@ -16,7 +16,8 @@ from .maplot import AriaEcContactMap
from
.converter
import
AriaEcBbConverter
,
AriaEcXMLConverter
,
\
AriaEcConfigConverter
from
.reader
import
MapFile
from
.pdbdist
import
PDBDist
## TODO: Solve dependencie issue with mdanalysis and pbxplore
#from .pdbdist import PDBDist
from
.pdbstat
import
PDBStat
from
.setup
import
AriaEcSetup
from
.pdbqual
import
AriaEcPdbqual
...
...
@@ -597,8 +598,9 @@ class AriaEcCommands(CLI):
def
pdbdist
(
self
):
"""
Extract pdb distance distributions
"""
inst
=
PDBDist
(
self
.
create_settings
())
inst
.
run
()
# TODO: See todo at the beginning of this file
#inst = PDBDist(self.create_settings())
#inst.run()
def
pdbstat
(
self
):
"""
Analyse pdb distance distribution
"""
...
...
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
register
or
sign in
to comment