Hello every body.
I need a Java api or library for calculating hydrogen bonds of a given pdb file. Even a Web Service that calculates hydrogen bonds like this can be useful, because i need to call it from the program i am writing with Java.
Thanks a lot.
It will take a little bit of additional coding, but BioJava has a robust PDB Reader and plenty of classes for protein composition and structure.
Classes/Interfaces of interest for this specific application:
Structure
PDBReader
FileParsingParameters
Login before adding your answer.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.