Re: [PyMOL] Question about python commands in PyMOL

2020-07-03 Thread Ali Kusay
Hi Hrutvik, The print function doesn’t actually execute the PyMOL commands the “cmd” module does Change the prints to: cmd.load(“1u8q.pdb”) cmd.color(“red”,”chain y”) For specific instruction on how to use the cmd based functions, visit the PyMOL wiki Two other things: 1. the color functi

[PyMOL] Question about multi-sequence edition in PyMOL

2020-07-03 Thread sepehr dejdar
Hi, I have a question regarding adding peptide sequence to the original sequence in PyMOL. I have an original structure of a nanoparticle consisting of 420 monomers and I like to add a similar peptide sequence to each monomer. Is that any easy way to apply a sequence addition/ change to one monome

[PyMOL] extract monomer from trimer structure

2020-07-03 Thread Dr. Subramanian, Senthil Kumar
Hello, I am new to PyMOL. I would like to work with the monomer structure of PDB id: 5zf0, not the entire structure of how they have shown (two trimers against each other). Is there any way I could extract monomer from trimers structure and save it as a PDB? Your help is very much appreciated.

Re: [PyMOL] extract monomer from trimer structure

2020-07-03 Thread Tamas Hegedus
Hi, I think that: * You have a couple chains in a monomer. * You have to know which chains build a monomer. * Then you create a new object from these chains. E.g. create monomer, chain A1 or chain B1 or chain C1 or etc... (here the "or" is an operator and it does not indicate that I do not know