Spaces:
Runtime error
Runtime error
simonduerr
commited on
Commit
•
780cc53
1
Parent(s):
bacdb79
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def predict_structure(prefix, feature_dict, model_runners, random_seed=0):
|
|
72 |
unrelaxed_protein = protein.from_prediction(
|
73 |
processed_feature_dict, prediction_result, b_factors
|
74 |
)
|
75 |
-
unrelaxed_pdb_path = f"{prefix}_unrelaxed_{model_name}.pdb"
|
76 |
plddts[model_name] = prediction_result["plddt"]
|
77 |
|
78 |
print(f"{model_name} {plddts[model_name].mean()}")
|
|
|
72 |
unrelaxed_protein = protein.from_prediction(
|
73 |
processed_feature_dict, prediction_result, b_factors
|
74 |
)
|
75 |
+
unrelaxed_pdb_path = f"/home/user/app/{prefix}_unrelaxed_{model_name}.pdb"
|
76 |
plddts[model_name] = prediction_result["plddt"]
|
77 |
|
78 |
print(f"{model_name} {plddts[model_name].mean()}")
|