Skip to content

Instantly share code, notes, and snippets.

@AntonPetrov
Created March 18, 2013 21:30
Show Gist options
  • Save AntonPetrov/5190999 to your computer and use it in GitHub Desktop.
Save AntonPetrov/5190999 to your computer and use it in GitHub Desktop.
PyMOL script for coloring RNA 3D motifs
bg_color white;
space cmyk;
show sticks;
split_states all;
disable all;
enable all_0001;
zoom all_0001;
select As, resn A;
color red, As;
select Us, resn U;
color marine, Us;
select Cs, resn C;
color yellow, Cs;
select Gs, resn G;
color green, Gs;
set antialias, 2;
ray 600,600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment