yinuozhang commited on
Commit
a21a9e8
1 Parent(s): 1b33af5

add more functions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ def analyze_single_smiles(smiles):
239
  }
240
  """
241
  def annotate_cyclic_structure(mol, sequence):
242
- """Create annotated 2D structure with clear, non-overlapping residue labels"""
243
  # Generate 2D coordinates
244
  # Generate 2D coordinates
245
  AllChem.Compute2DCoords(mol)
 
239
  }
240
  """
241
  def annotate_cyclic_structure(mol, sequence):
242
+ '''Create annotated 2D structure with clear, non-overlapping residue labels'''
243
  # Generate 2D coordinates
244
  # Generate 2D coordinates
245
  AllChem.Compute2DCoords(mol)