Spaces:
Sleeping
Sleeping
fix inference_app.py
Browse files- inference_app.py +1 -1
inference_app.py
CHANGED
@@ -919,7 +919,7 @@ def predict (input_seq_1, input_msa_1, input_protein_1, input_seq_2,input_msa_2,
|
|
919 |
# return an output pdb file with the protein and two chains A and B.
|
920 |
# also return a JSON with any metrics you want to report
|
921 |
metrics = {"mean_plddt": 80, "binding_affinity": 2}
|
922 |
-
native = './test_out (1)'
|
923 |
decoys = out_pdb
|
924 |
bdq = BiotiteDockQ(
|
925 |
native=native, decoys=decoys,
|
|
|
919 |
# return an output pdb file with the protein and two chains A and B.
|
920 |
# also return a JSON with any metrics you want to report
|
921 |
metrics = {"mean_plddt": 80, "binding_affinity": 2}
|
922 |
+
native = './test_out (1).pdb'
|
923 |
decoys = out_pdb
|
924 |
bdq = BiotiteDockQ(
|
925 |
native=native, decoys=decoys,
|