We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The searchPfam function appears to be broken as a result of a URL change.
For example
searchPfam('PF00047')
Results in:
ValueError: failed to parse results XML, check URL: https://pfam-legacy.xfam.org/protein/PF00047?output=xml
The text was updated successfully, but these errors were encountered:
We have updated this is development code but it hasn’t made it to a release yet, so sorry.
Please clone or download prody from GitHub and install that with the following commands
cd ProDy python setup.py build_ext --inplace --force pip install -Ue .
Sorry, something went wrong.
No branches or pull requests
The searchPfam function appears to be broken as a result of a URL change.
For example
Results in:
The text was updated successfully, but these errors were encountered: