You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have a chain ID longer than 5 characters I get:
File "/usr/local/lib/python3.11/dist-packages/boltz/main.py", line 613, in predict
process_inputs(
File "/usr/local/lib/python3.11/dist-packages/lightning_utilities/core/rank_zero.py", line 42, in wrapped_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/boltz/main.py", line 416, in process_inputs
raise e
File "/usr/local/lib/python3.11/dist-packages/boltz/main.py", line 324, in process_inputs
target = parse_fasta(path, ccd)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/boltz/data/parse/fasta.py", line 129, in parse_fasta
return parse_boltz_schema(name, data, ccd)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/boltz/data/parse/schema.py", line 852, in parse_boltz_schema
msa_id=chain_to_msa[chain["name"]],
~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'Chain'
When my Chain ID is "ChainA". It seems to cap any ID off at 5 characters.
It is very useful to have Chain IDs longer than 5 characters in multimer prediction.
The text was updated successfully, but these errors were encountered:
When I have a chain ID longer than 5 characters I get:
When my Chain ID is "ChainA". It seems to cap any ID off at 5 characters.
It is very useful to have Chain IDs longer than 5 characters in multimer prediction.
The text was updated successfully, but these errors were encountered: