"pcdet/datasets/vscode:/vscode.git/clone" did not exist on "a6bb35802ed20dc4091e03fe57399b55355b096d"
Commit e9bacd89 authored by rostro36's avatar rostro36
Browse files

Less dependent on input sequnece, use template length instead

parent 10b68388
......@@ -975,7 +975,7 @@ def get_custom_template_features(
)
# chain_id defaults to A, should be changed?
template_sequence = mmcif_parse_result.mmcif_object.chain_to_seqres[chain_id]
mapping = {x: x for x, _ in enumerate(query_sequence)}
mapping = {x: x for x, _ in enumerate(template_sequence)}
curr_features, curr_warnings = _extract_template_features(
mmcif_object=mmcif_parse_result.mmcif_object,
......
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