load data/a_1.pdb; load append data/c_1.pdb; load append data/g_1.pdb; frame all; display 1.1,2.1,3.1; select all; wireframe -0.2; //-------------------- A ----------------- //A | Sx select 3:A.N9; spacefill 23%; wireframe 0.15; color cadetblue; //A | Ex select 3:A.N6; spacefill 23%; wireframe 0.15; color darkred; //A | Sy select 3:A.N7; spacefill 23%; wireframe 0.15; color cyan; //A | Ey select 3:A.Ad; spacefill 23%; wireframe 0.15; color pink; //-------------------- C ----------------- //C | Sx select 70:A.N1; spacefill 23%; wireframe 0.15; color cadetblue; //C | Ex select 70:A.N4; spacefill 23%; wireframe 0.15; color darkred; //C | Sy select 70:A.C5; spacefill 23%; wireframe 0.15; color cyan; //C | Ey select 70:A.O2; spacefill 23%; wireframe 0.15; color pink; //-------------------- G ----------------- //G | Sx select 4:A.N9; spacefill 23%; wireframe 0.15; color cadetblue; //G | Ex select 4:A.O6; spacefill 23%; wireframe 0.15; color darkred; //G | Sy select 4:A.N7; spacefill 23%; wireframe 0.15; color cyan; //G | Ey select 4:A.N2; spacefill 23%; wireframe 0.15; color pink;