Spaces:
Sleeping
Sleeping
Update inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -97,7 +97,7 @@ def predict(input_sequence, input_ligand, input_msa, input_protein):
|
|
97 |
molwriter.write(mol)
|
98 |
|
99 |
# set protein
|
100 |
-
new_coord = [6.
|
101 |
output_file = "test_out.pdb"
|
102 |
set_protein_to_new_coord(input_protein, new_coord, output_file)
|
103 |
|
|
|
97 |
molwriter.write(mol)
|
98 |
|
99 |
# set protein
|
100 |
+
new_coord = [6.02, 0, 0]
|
101 |
output_file = "test_out.pdb"
|
102 |
set_protein_to_new_coord(input_protein, new_coord, output_file)
|
103 |
|