I have been trying to delete a fragment from an RMF file (basically all 10-residue beads in rigid bodies) in PMI2.
We used to be able to do that in PMI1 by looping through the hierarchy and call IMP.atom.destroy.(p) if p was one such bead.
I tried to reproduce that in PMI2 and it did not work -
I also tried using IMP.atom.Selection and play with sets of different members and randomly deleting some to check if this is still working but unfortunately that does not work -
@benmwebb has checked the IMP.atom.Representation decorator definition to see if there is a way to delete a representation in PMI2 and it does not seem to be a feature yet.
Thanks
I have been trying to delete a fragment from an RMF file (basically all 10-residue beads in rigid bodies) in PMI2.
We used to be able to do that in PMI1 by looping through the hierarchy and call IMP.atom.destroy.(p) if p was one such bead.
I tried to reproduce that in PMI2 and it did not work -
I also tried using IMP.atom.Selection and play with sets of different members and randomly deleting some to check if this is still working but unfortunately that does not work -
@benmwebb has checked the IMP.atom.Representation decorator definition to see if there is a way to delete a representation in PMI2 and it does not seem to be a feature yet.
Thanks