Commit fb666d00 authored by Sam DeLuca's avatar Sam DeLuca
Browse files

debugging

parent 426555e9
...@@ -926,9 +926,10 @@ def get_custom_template_features( ...@@ -926,9 +926,10 @@ def get_custom_template_features(
mmcif_parse_result = mmcif_parsing.parse( mmcif_parse_result = mmcif_parsing.parse(
file_id=pdb_id, mmcif_string=cif_string file_id=pdb_id, mmcif_string=cif_string
) )
print(mmcif_parse_result.errors)
template_sequence = mmcif_parse_result.mmcif_object.chain_to_seqres[chain_id] 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(query_sequence)}
......
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