Hello Luc

I assume that you want to highlight the residue that already belongs to one of 
the chains.

Try this:


zap ;
load myprot.pdb
wireframe off ; spacefill off ; 
select *:B ; cartoon ; color dimgrey ;
select *:A ; cartoon ; color lightgrey ;

select 153:A; spacefill 23%; wireframe 0.15 ;

or this:

zap ;
load myprot.pdb
select *:B ; cartoon only; color dimgrey ;
select *:A ; cartoon only; color lightgrey ;
select 153:A; spacefill 23%; wireframe 0.15 ;


------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to