vote up 0 vote down star

I am looking for a simple C++ library for extracting atom coordinates from a pdb file. Most I've come across do too much for my simple needs, making them unnecessarily complex.

flag

78% accept rate
I assume you're talking about protein database files here – Anton Tykhyy Apr 11 at 17:34
Yes, that is correct. – marcog Apr 11 at 21:27

1 Answer

vote up 2 vote down

It has been years since I have used anything to do this, and I have only used python libraries. (I actually had a summer job at the PDB at Rutgers University).

I think what you want to use is OEChem for C++ (That's Open eye...there is a python library too).

The other python library I remember is pymmlib (Python Macromolecular Library). It might be available for C++ too, but I think it's proprietary software, so you would need a license.

I wish I remembered more... hope this helps. I don't think there will be a lightweight solution, unless you want to code it yourself.

link|flag
Thanks, OEChem looks better than most I have found. Though the long process to obtain an academic licence is putting me off. I've thrown in my own code to do what I want for now, but I'd prefer to find a suitable library/toolkit for reliability. – marcog Apr 11 at 21:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.