Spaces:
Sleeping
Sleeping
Commit
·
45b5401
1
Parent(s):
f25fb09
Update app.py
Browse files
app.py
CHANGED
|
@@ -350,7 +350,7 @@ def preprocess_mol(pdb_code="", filepath=""):
|
|
| 350 |
print("cleaned", tf_cleaned)
|
| 351 |
mol.write(tf_cleaned.name)
|
| 352 |
print(os.listdir())
|
| 353 |
-
return tf_cleaned.name, df, tf_original
|
| 354 |
|
| 355 |
|
| 356 |
def assign_sasa(mol):
|
|
|
|
| 350 |
print("cleaned", tf_cleaned)
|
| 351 |
mol.write(tf_cleaned.name)
|
| 352 |
print(os.listdir())
|
| 353 |
+
return tf_cleaned.name, df, tf_original.name
|
| 354 |
|
| 355 |
|
| 356 |
def assign_sasa(mol):
|