a-r-j / graphein

Protein Graph Library
https://graphein.ai/
MIT License
1.03k stars 131 forks source link

Simplify AF2 structure retrieval #168

Closed a-r-j closed 2 years ago

a-r-j commented 2 years ago

Is your feature request related to a problem? Please describe. Now that biopandas 0.4.0 is out (:partying_face:) we can simplify graph construction from AF2 by simply adding a uniprot_id arg to graphein.protein.graphs.construct_graph() instead of doing the gymnastics of downloading a structure and feeding it in manually.

a-r-j commented 2 years ago

Implemented in 1.5.0