Commit 7e2b36e0 authored by Christina Floristean's avatar Christina Floristean
Browse files

Fix for feature indexing when creating output protein object

parent c05b4674
...@@ -220,7 +220,7 @@ def prep_output(out, batch, feature_dict, feature_processor, config_preset, mult ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment