Spaces:
Running
on
T4
Running
on
T4
Simon Duerr
commited on
Commit
·
96944c8
1
Parent(s):
349d16a
fix path
Browse files
app.py
CHANGED
|
@@ -230,7 +230,7 @@ def run_alphafold(sequences, num_recycles):
|
|
| 230 |
if os.path.exists("/home/duerr/phd/08_Code/ProteinMPNN"):
|
| 231 |
save_pdb(outs, f"/home/duerr/phd/08_Code/ProteinMPNN/outputs/out_{i}.pdb", LEN)
|
| 232 |
else:
|
| 233 |
-
save_pdb(outs, "/home/user/app/
|
| 234 |
return plddts,paes, LEN
|
| 235 |
|
| 236 |
|
|
|
|
| 230 |
if os.path.exists("/home/duerr/phd/08_Code/ProteinMPNN"):
|
| 231 |
save_pdb(outs, f"/home/duerr/phd/08_Code/ProteinMPNN/outputs/out_{i}.pdb", LEN)
|
| 232 |
else:
|
| 233 |
+
save_pdb(outs, f"/home/user/app/outputs/out_{i}.pdb", LEN)
|
| 234 |
return plddts,paes, LEN
|
| 235 |
|
| 236 |
|