Re: [PyMOL] OBJECT argument in ALIGN command - color

2016-01-11 Thread Schubert, Carsten [JRDUS]
Hi Tim, I ran into the same issue a while back as well. I gets complicated very quickly when you dive deeper into the subject. Your are right the colors of the CGO lines seem to be hardcoded. A way to get around this is to extract the matching residues with cmd.get_raw_alignment(alignment_obje

Re: [PyMOL] OBJECT argument in ALIGN command - color

2016-01-11 Thread Thomas Holder
Hi Tim and Carsten, I wonder what exactly you have tried so far to change the color of the alignment object. In fact, the "color" command should do the job. Example: fetch 1oky 1t46, async=0 align 1oky, 1t46, object=aln color blue, aln I don't think that two-color gradients were ever intended,

Re: [PyMOL] OBJECT argument in ALIGN command - color

2016-01-11 Thread Timothy Umland
Thomas and Carsten: Thanks for the help! Using the "color" command works fine, as Thomas noted. Trying to change the paired atom line color using the "C" menu on the GUI does not work. Of course I had been using the GUI. Also good to know that the two-color gradient is not a feature. Cheers, T