Skip to content
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

PDB ligand XML files are replaced by CIF #1870

Open
jamesmkrieger opened this issue Apr 17, 2024 · 0 comments · May be fixed by #1908
Open

PDB ligand XML files are replaced by CIF #1870

jamesmkrieger opened this issue Apr 17, 2024 · 0 comments · May be fixed by #1908

Comments

@jamesmkrieger
Copy link
Contributor

The function fetchPDBLigands now does not work as a consequence:

IOErrorTraceback (most recent call last)
<ipython-input-2-65da2e637be2> in <module>()
----> 1 ligand_data = fetchPDBLigand('STI')

/home/exx/ProDy-website/ProDy/prody/compounds/pdbligands.pyc in fetchPDBLigand(cci, filename)
     95             except IOError:
     96                 raise IOError('XML file for ligand {0} is not found online'
---> 97                               .format(cci))
     98             else:
     99                 xml = inp.read()

IOError: XML file for ligand STI is not found online
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant