I have a csv list of all ligands in the pdb and their associated ids.This list has 23000 entries and possibly 10,000 unique pdb ids
I need to compile a list of all ligands from this list which are within h-bonding distance of Gln.
My current approach is to download-pdb coordinate then query and report using pymol and python scripting , since I know the pymol API and python.
Instead , can I simply get the list of interactions already compiled for each pdb id using some HTTP/REST/Web service interface and then get at the presence absence of Gln in that list?
I am looking for suggestions on how to implement this without downloading and querying.
Can you please add few PDB IDs to the question ?