We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787ffc6 commit 2206cadCopy full SHA for 2206cad
colabfold/batch.py
@@ -403,6 +403,7 @@ def predict_structure(
403
if "multimer" in model_type:
404
# TODO: add multimer padding
405
input_features = processed_feature_dict
406
+ input_features["asym_id"] = input_features["asym_id"] - input_features["asym_id"][...,0]
407
else:
408
# TODO: move asym_id processing to "process_features"
409
r = processed_feature_dict["aatype"].shape[0]
0 commit comments