Difference between revisions of "0.99beta11"

From PyMOLWiki
Jump to navigation Jump to search
 
m
 
Line 5: Line 5:
 
out is "map_trim".  (Windows build at http://delsci.com/beta or compile
 
out is "map_trim".  (Windows build at http://delsci.com/beta or compile
 
from source).
 
from source).
 
+
<source lang="python">
 
map_trim map-name, selection-name, buffer
 
map_trim map-name, selection-name, buffer
 +
</source>
  
 
Combined with the convenient new object-name wildcards (!!!), you could
 
Combined with the convenient new object-name wildcards (!!!), you could
Line 12: Line 13:
 
commmand as follows
 
commmand as follows
  
 +
<source lang="python">
 
map_trim *, organic, 3
 
map_trim *, organic, 3
 +
</source>
  
 
With map size now reduced, the map_double command can come in handy to
 
With map size now reduced, the map_double command can come in handy to
 
increase mesh density on your figure.
 
increase mesh density on your figure.
  
 +
<source lang="python">
 
map_double *
 
map_double *
 +
</source>
  
 
Also in this new beta:  Dunbrack rotamers, nucleic acid cartoons, new
 
Also in this new beta:  Dunbrack rotamers, nucleic acid cartoons, new
 
pop-up menus, etc.
 
pop-up menus, etc.

Latest revision as of 09:04, 15 August 2005

Warren released some information about the new PyMol, 0.99beta11.

0.99beta11 Information

In 0.99beta11 and beyond, the newly implemented command to carry this out is "map_trim". (Windows build at http://delsci.com/beta or compile from source).

map_trim map-name, selection-name, buffer

Combined with the convenient new object-name wildcards (!!!), you could for example trim all your maps to 3 Angstroms around ligands with one commmand as follows

map_trim *, organic, 3

With map size now reduced, the map_double command can come in handy to increase mesh density on your figure.

map_double *

Also in this new beta: Dunbrack rotamers, nucleic acid cartoons, new pop-up menus, etc.