-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add fetching from the AlphaFold structure database #492
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for implementing this long sought feature request. I know this is only a draft, but I had some time for review, so I can already share some thoughts 😃.
Hi, are you planning to continue work on this PR? If not, I could finish the AFDB interface. |
Would be amazing if you’d finish it up @padix-key |
8cbd650
to
50bda4c
Compare
- add module for fetching from AlphaFold DB - add tests for module - more to come
3f31125
to
f89a626
Compare
CodSpeed Performance ReportMerging #492 will not alter performanceComparing Summary
|
f89a626
to
6de1365
Compare
This PR adds the ability to fetch databases from the AlphaFold structure database by querying on UniProt accession
biotite.database.alphafold
module for fetching structures via UniProt accessiontests/database/test_alphafold.py