Re: [PyMOL] rename/assign residue names

2019-03-28 Thread Jared Sampson
Hi Michael - Assuming you already have your atoms selected in a selection called e.g. `sele` and you want the new residue name to be e.g. `XYZ`, you can achieve this on the PyMOL command line: alter sele, resn='XYZ' save XYZ.pdb, sele Hope that helps. Cheers, Jared On March 27, 2019 at 8:36:1

[PyMOL] rename/assign residue names

2019-03-27 Thread Michael Morgan
Dear all, I need assign some residue names in a PDB file. Basically, I need the following: select a group of atoms, assign a residue name to the group and save into the PDB file. Can this be done by pymol or vmd? Editing the original PDB Text is not a good idea because it is very difficult to p