Skip to content

Commit fead9b1

Browse files
committed
fixed generation of metapredict V2 hybrid scores
1 parent ee842bf commit fead9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metapredict/backend/creating_V2_and_V3_scores.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def meta_predict_hybrid(sequence, cooperative=True):
6565
"""
6666
# get the metapredict scores.
6767
metapredict_disorder = predict(sequence, version='V1', round_values=False)
68-
ppLDDT = predict_pLDDT(sequence, version='V2', return_decimals=True, round_values=False)
68+
ppLDDT = predict_pLDDT(sequence, version='V1', return_decimals=True, round_values=False)
6969

7070

7171
# defines functionally the limits that the predicted pLDDT score

0 commit comments

Comments
 (0)