Merge pull request #112 from jensengroup/fix-105
Fix `propka --display-coupled-residues`
This commit is contained in:
@@ -183,7 +183,7 @@ class NonCovalentlyCoupledGroups:
|
||||
'{c.max_pka:>4.2f}\n'
|
||||
'\n')
|
||||
sep = "-" * 103
|
||||
_LOGGER.info(info_fmt.format(sep=sep, c=self))
|
||||
_LOGGER.info(info_fmt.format(sep=sep, c=self.parameters))
|
||||
# find coupled residues
|
||||
titratable_groups = conformation.get_titratable_groups()
|
||||
if not conformation.non_covalently_coupled_groups:
|
||||
|
||||
Reference in New Issue
Block a user