biotite
biotite copied to clipboard
Add fetching from the AlphaFold structure database
This PR adds the ability to fetch databases from the AlphaFold structure database by querying on UniProt accession
- new functionality in
biotite.database.alphafold
module for fetching structures via UniProt accession - new tests in
tests/database/test_alphafold.py
- [to do] documentation in the user guide
- [to do] example in the examples folder