Spaces:
Running
on
T4
Running
on
T4
simonduerr
commited on
Commit
•
541edde
1
Parent(s):
5866cec
fix atomsel
Browse files
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(
|
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
|