Fix for feature indexing when creating output protein object

This commit is contained in:
Christina Floristean 2023-11-06 16:10:14 -05:00
parent c05b46749a
commit 7e2b36e07f
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ def prep_output(out, batch, feature_dict, feature_processor, config_preset, mult
features=batch, features=batch,
result=out, result=out,
b_factors=plddt_b_factors, b_factors=plddt_b_factors,
remove_leading_feature_dimension=not "multimer" in config_preset, remove_leading_feature_dimension=False,
remark=remark, remark=remark,
parents=template_domain_names, parents=template_domain_names,
parents_chain_index=template_chain_index, parents_chain_index=template_chain_index,