From: Peter Freddolino (petefred_at_umich.edu)
Date: Wed Sep 30 2020 - 21:22:36 CDT

Best way to figure it out:
-go to the tkcon and type
  logfile console
-do your thing and watch the tcl commands to do it pop up in the console
-use that information to write your script

Best,
Peter

On Wed, Sep 30, 2020 at 10:02 PM William Howe <howew_at_mail.gvsu.edu> wrote:

> Hi, I'm working on a project that requires me to use the same 2
> representations again and again on the same molecule for different output
> files generated from a docking server. Instead of wasting time creating the
> specific multiple representations on the same molecule manually, I was
> wondering if there was a TCL script I could make and then copy and paste it
> into the Tk console.
>
> Here is my layout (2 reps total for the same molecule):
>
> Selected atoms : all ---> Coloring Method =ColorID7 ---> Drawing Method =
> Bonds
>
> Selected atoms : resname LIG ---> ColorID8 ---> Drawing method = Bonds
>
> Any help is appreciated,
>
> Thanks!
>