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
I'm trying to fine-tune ProteinMPNN but I'm unable to run parse_cif_noX.py to prepare my data for training. In particular, it imports pdbx, but I can't find a suitable pdbx package. I tried:
but the import structure and method names don't match those used by parse_cif_noX.py. Can you advise what pdbx package parse_cif_noX.py expects? I couldn't find a mention of it in the docs. Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to fine-tune ProteinMPNN but I'm unable to run parse_cif_noX.py to prepare my data for training. In particular, it imports pdbx, but I can't find a suitable pdbx package. I tried:
https://pypi.org/project/mmcif-pdbx/
but the import structure and method names don't match those used by parse_cif_noX.py. Can you advise what pdbx package parse_cif_noX.py expects? I couldn't find a mention of it in the docs. Thanks!
The text was updated successfully, but these errors were encountered: