I'm trying to use ESMFold2 notebook on Colab or my own linux system, but I had the same issue while running example 1:
AttributeError Traceback (most recent call last)
/tmp/ipykernel_907/203956804.py in <cell line: 0>()
28 # Save the structure
29 with open("rnaseh_complex_4h8k.cif", "w") as f:
---> 30 f.write(rnaseh_structure.complex.to_mmcif())
AttributeError: 'ESMProteinError' object has no attribute 'complex'
Anybody knows how to fix it? I have successfully installed the esm package and got the API token. All the previous steps run successfully but the error comes in this step. I hope someone could help me.
I'm trying to use ESMFold2 notebook on Colab or my own linux system, but I had the same issue while running example 1:
AttributeError Traceback (most recent call last)
/tmp/ipykernel_907/203956804.py in <cell line: 0>()
28 # Save the structure
29 with open("rnaseh_complex_4h8k.cif", "w") as f:
---> 30 f.write(rnaseh_structure.complex.to_mmcif())
AttributeError: 'ESMProteinError' object has no attribute 'complex'
Anybody knows how to fix it? I have successfully installed the esm package and got the API token. All the previous steps run successfully but the error comes in this step. I hope someone could help me.