This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Biopython Parsing Remark Of Pdb Files

Maybe i am missing something or need more coffee but... Is there a biopython class to parse the Remark lines of a pdb file ?

biopython pdb

1 answer

There's some limited PDB header parsing included with Biopython, see parse_pdb_header. The parser code concentrates on the 3D co-ordinates section.

Thanks i saw this class, but i was thinking about a more sophisticated parser that would create for example a list of all SITE remark and so on... Anyway, it was lazyness and I will do it by myself.

Log in to answer this question.