-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T008-T010: Cannot download PDB structure via MMTF API anymore #419
Comments
Hello, Many thanks for reporting this to us. Apparently the MMTF format is no longer supported by the RCSB and replaced by the BCIF format. Hence, also the mmtf package, which is a Python implementation of the MMTF API, is not in use any more. We will have a look how to use the BCIF API instead. As the corresponding function in opencadd‘s Structure object mimics mdanalysis‘ Universe object, I think we also have to check in there. @AndreaVolkamer is there anyone in your lab who can take a look at this or even has already dealt with this? Many thanks! |
I also noticed that I couldn't install package teachopencadd where was function seed_everything () because of the tensorflow-base.2.18.0 (something like this). Conda told me that I had corrupted file, pip told me that there was parse-function problem(if I remember correctly). I only want to say that I could resolve this problem with the help of pip install pytorch-lightning=1.7.7, where pytorch-lightning utilities.seed had the same function. |
I am sorry for interrupting, I also have a question, when can the problem with mmtf package be resolved (changing the library, I mean)? |
Hi @Q84-wq, I moved this issue to a stand-alone issue: #421. |
Hi @Q84-wq, I cannot give a good timeline as it is holiday season for most people in the lab atm and I am on mat leave. I'd think a couple of weeks at least to get all the updates in. I am very sorry for the inconvenience! |
Progress on solving this issue on |
Sorry to bother you: ValueError Traceback (most recent call last) Cell In[58], line 2, in (.0) Cell In[41], line 73, in Structure.from_atomgroup(cls, *args) ValueError: cannot merge empty AtomGroup |
Hello,
I want to notice that the support of mmtf.rcsb.org is no longer available, so the function mmtf.fetch() in opencadd.Structure doesn't work anymore. I ask you, please, change this code so it can work. If you know the avaliable url for mmtf library, I could change it in utils/constants, so I can use these talktorials.
It returns me Errno 11001: gaierror and URLError
Terminal: pip install mmtf-python
Console:
import mmtf
mmtf.fetch('4TRO')
4TRO is for example
The text was updated successfully, but these errors were encountered: