Skip to content
Snippets Groups Projects
Commit c7e0ad5b authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

minor comments and style improvements

Former-commit-id: a3a34d0f32125c4da18744b97da796a16d8e056f
parent d82ea146
No related branches found
No related tags found
No related merge requests found
...@@ -168,6 +168,7 @@ class ProteinDomainComplex(models.Model): ...@@ -168,6 +168,7 @@ class ProteinDomainComplex(models.Model):
def name(self): def name(self):
return self.protein.short_name return self.protein.short_name
class ProteinDomainBoundComplex(ProteinDomainComplex): class ProteinDomainBoundComplex(ProteinDomainComplex):
ppp_copy_nb_per_p = models.IntegerField( ppp_copy_nb_per_p = models.IntegerField(
'Number of copies of the protein in the pocket') 'Number of copies of the protein in the pocket')
...@@ -442,7 +443,7 @@ class Compound(models.Model): ...@@ -442,7 +443,7 @@ class Compound(models.Model):
@property @property
def best_pXC50_activity_ppi_name(self): def best_pXC50_activity_ppi_name(self):
""" """
LE: Ligand Efficiency Name of the PPI corresponding to the best PXC50 activity
""" """
best_activity_car = self.best_pXC50_compound_activity_result best_activity_car = self.best_pXC50_compound_activity_result
if best_activity_car is None: if best_activity_car is None:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment