[BioPython] deleting and inserting 'chains' in Bio.PDB

Thomas Hamelryck thamelry at binf.ku.dk
Mon Aug 20 15:51:51 UTC 2007


On 8/20/07, Christian Meesters <meesters at uni-mainz.de> wrote:
> Hi,
>
> I'd like delete and insert subunits in my structure object. But the
> following code does not work:

A chain object should be removed at the level of the model object, not
at the level of the  structure object.

Remember:

Structure<-Model<-Chain<-Residue<-Atom

Cheers,

-Thomas



More information about the Biopython mailing list