"...models/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "2400fdf22fb3279f0a274d4678d13bf547315276"
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