Re: [PyMOL] Drawing lines between residues

2019-10-17 Thread Robert Campbell
Hi Jorge, I have written a script that will draw lines between arbitrary pairs of atoms using CGO cylinders. The script is called "draw_links.py" and can be found on my script page: http://pldserver1.biochem.queensu.ca/~rlc/work/pymol/ Besides listing the pairs of atoms to connect you can con

Re: [PyMOL] Drawing lines between residues

2019-10-17 Thread Ali Kusay
mol-users@lists.sourceforge.net" Subject: [PyMOL] Drawing lines between residues Hi all. I have a list of pairs of residues. I want to draw lines between the residues in each pair. The lines can have different colors. So in the end I would like to achieve a figure like this one: [cid:image001.png@01D5856C.6

[PyMOL] Drawing lines between residues

2019-10-17 Thread Jorge Fernández de Cossío Díaz
Hi all. I have a list of pairs of residues. I want to draw lines between the residues in each pair. The lines can have different colors. So in the end I would like to achieve a figure like this one: [image: 2019-10-15.png] What commands can I use to get this done in PyMOL? Thanks _