SBRG / ssbio

A Python framework for structural systems biology
http://ssbio.readthedocs.io/en/latest/
MIT License
101 stars 28 forks source link

mapping pdb resnum to uniprot resnum #51

Open JoshuaMeyers opened 3 years ago

JoshuaMeyers commented 3 years ago

Hey nice library. I am interested in this function for reading the SIFTS residue XML files (which are a pain to parse!)

ssbio.databases.pdb.map_uniprot_resnum_to_pdb

Do you have any tips for going the other direction (I.e. map_pdb_resnum_to_uniprot)? Otherwise could this be a useful addition?