Spaces:
Running
on
T4
Running
on
T4
simonduerr
commited on
Commit
•
d3fb0e8
1
Parent(s):
80ea1c9
Update app.py
Browse files
app.py
CHANGED
@@ -238,6 +238,7 @@ def run_alphafold(sequences, num_recycles, random_dir):
|
|
238 |
)
|
239 |
else:
|
240 |
print(f"saving to {random_dir.name}")
|
|
|
241 |
save_pdb(outs, f"{random_dir.name}/outputs/out_{i}.pdb", LEN)
|
242 |
return plddts, paes, LEN
|
243 |
|
|
|
238 |
)
|
239 |
else:
|
240 |
print(f"saving to {random_dir.name}")
|
241 |
+
os.system(f"mkdir -p {random_dir.name}/outputs/")
|
242 |
save_pdb(outs, f"{random_dir.name}/outputs/out_{i}.pdb", LEN)
|
243 |
return plddts, paes, LEN
|
244 |
|