simonduerr commited on
Commit
541edde
1 Parent(s): 5866cec

fix atomsel

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -360,7 +360,7 @@ def make_fixed_positions_dict(atomsel, residue_index_df):
360
  mol.masses = assign_sasa(mol)
361
  print(mol.masses.shape)
362
  print(assign_sasa(mol).shape)
363
- atomsel = process_atomsel("chain B or (chain A and Sasa < 30)")
364
  selected_residues = mol.get("index",atomsel)
365
 
366
  # clean up
 
360
  mol.masses = assign_sasa(mol)
361
  print(mol.masses.shape)
362
  print(assign_sasa(mol).shape)
363
+ atomsel = process_atomsel(atomsel)
364
  selected_residues = mol.get("index",atomsel)
365
 
366
  # clean up