Does anyone know if it's possible (and if so how) to obtain a DOI number associated with a PDB ID, through a script - preferably in python.
The idea is this:
- Existing script trawls HMMs, returns a closest PDB ID match.
- Results of script in 1 are tabulated by my own script.
- For each PDB hit that's returned, I'd like to 'look up' the DOI of the paper responsible for depositing it, and append that DOI to the end of the line in the table.
Cheers
Oh perfect, thanks very much! Python continues to amaze.