<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Roman,<div class=""><br class=""></div><div class=""> I tried ResMap and it produced a Chimera command script for my map emd_1007.map with file name</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>emd_1007_resmap_chimera.cmd</div><div class=""><br class=""></div><div class="">That script tries to do both the surface coloring and the plane slicing animation. First it does the surface coloring, then it immediately shows only a single plane of the map so you can’t see the surface. So the script is messed up. If you make a copy of the script, delete all the lines below the one that says OPTIONAL: ResMap Slice Animation, then start Chimera (with no data open) and open the new edited script it will show the colored surface. You would have to talk to the author of ResMap, Alp Kucukelbir to get this fixed.</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>Tom</div><div class=""><br class=""></div><div class="">Here is what the Chimera script produced by ResMap looks like for reference:</div><div class=""><br class=""></div><div class=""><div class=""># Color a map by local resolution computed by ResMap</div><div class=""># Initial version of script courtesy of Tom Goddard, UCSF.</div><div class=""><br class=""></div><div class=""># Open both volumes and hide the ResMap volume.</div><div class="">set bg_color white</div><div class="">open #0 emd_1007.map</div><div class="">open #1 emd_1007_resmap.map</div><div class="">volume #1 hide</div><div class=""><br class=""></div><div class=""># Color the original map with the values from the ResMap output.</div><div class="">scolor #0 volume #1 cmap 12.40,blue:14.42,cyan:16.44,green:18.46,yellow:20.48,orange:22.50,red:22.51,gray</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""># OPTIONAL: ResMap Slice Animation.</div><div class=""><br class=""></div><div class=""># Show midway slice of the original map with contour level below the minimum map value.</div><div class="">volume #0 planes z,65 step 1 level -1 style surface</div><div class=""><br class=""></div><div class=""># Show a smooth transparent contour surface indicating the structure boundaries.</div><div class="">vop gaussian #0 sDev 5 model #2</div><div class="">volume #2 level 0.02 step 1 color .9,.7,.7,.5</div><div class=""><br class=""></div><div class=""># Zoom out a bit and tilt to a nice viewing angle.</div><div class="">turn x -45</div><div class="">turn y -30</div><div class="">turn z -30</div><div class="">scale 0.5</div><div class=""><br class=""></div><div class=""># Cycle through planes from N/2 to 4N/5 up to N/5 and back to N/2.</div><div class="">volume #0 planes z,65,104,0.25</div><div class="">wait 156</div><div class="">volume #0 planes z,104,26,0.25</div><div class="">wait 312</div><div class="">volume #0 planes z,26,65,0.25</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On Oct 30, 2015, at 8:24 AM, wrote:</div><br class="Apple-interchange-newline"><div class="">
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" class="">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div style="" class="">I want to use the colors representing resolution in Resmap to color the surface of my map. From what I understand from the documentation the script that automatically runs after Resmap is finished and “… color the surface of
your input map with the results of ResMap…”. This last thing does not happen. Though this script seems to run (I see a slice depicting the remap (in 2D) moving back and forth in chimera somehow only a map with 1 slice opens in Chimera afterwards and I cannot
use the resolution color coding for my surface. Should some sort of 3D file be generated that can be used to do this via Surface color or should the coloring be on the surface map by default? Both is not possible now. </div>
<div style="" class=""> </div>
<div style="" class="">
<div class=""><font class="Apple-style-span"><font class="Apple-style-span" face="Calibri">Best regards,</font></font></div>
<div class=""><font class="Apple-style-span"><font class="Apple-style-span" face="Calibri"><br class="">
</font></font></div>
<div class=""><font class="Apple-style-span"><font class="Apple-style-span" face="Calibri">Roman</font></font></div>
</div>
</div>
_______________________________________________<br class="">Chimera-users mailing list<br class=""><a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users<br class=""></div></blockquote></div><br class=""></div></body></html>