Skip to content
Snippets Groups Projects
Commit 8fd918a5 authored by Fabrice  ALLAIN's avatar Fabrice ALLAIN
Browse files

Update aria/conbox/commands.py

parent a8af2485
No related branches found
No related tags found
No related merge requests found
......@@ -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"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment