Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
8fd918a5
Commit
8fd918a5
authored
May 23, 2019
by
Fabrice ALLAIN
Browse files
Update aria/conbox/commands.py
parent
a8af2485
Changes
1
Hide whitespace changes
Inline
Side-by-side
aria/conbox/commands.py
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"""
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment