Hi all,
Thank you for open-sourcing this interesting project.
While running the VHH prediction through the CLI interactive option, I specified target chains: A,B and hotspots A43,A44,B55
I get the error:
File "/home/usr1/miniconda3/envs/mber/lib/python3.11/site-packages/colabdesign/shared/prep.py", line 42, in prep_pos
assert len(idx) == 1, f'ERROR: positions {i} and chain {c} not found'
^^^^^^^^^^^^^
AssertionError: ERROR: positions 55 and chain B not found
I renumbered my PDB from 1 on both chains and the error persists. The workaround I found at the moment is merging the chains, and providing the target chain as one.
Thanks!
Hi all,
Thank you for open-sourcing this interesting project.
While running the VHH prediction through the CLI interactive option, I specified target chains: A,B and hotspots A43,A44,B55
I get the error:
I renumbered my PDB from 1 on both chains and the error persists. The workaround I found at the moment is merging the chains, and providing the target chain as one.
Thanks!