That&#39;s good news.<br><br>Lincoln<br><br><div class="gmail_quote">On Mon, Jun 1, 2009 at 1:57 PM, Angie Hinrichs <span dir="ltr">&lt;<a href="mailto:angie@soe.ucsc.edu">angie@soe.ucsc.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks!  I just checked that in to CVS -- the external repository<br>
should be updated by noon Pacific time.  The light blue lines go away<br>
but at least the track image doesn&#39;t disappear into dark blue.  :)<br>
<font color="#888888"><br>
Angie<br>
</font><div><div></div><div class="h5"><br>
On Mon, 1 Jun 2009, Lincoln Stein wrote:<br>
<br>
&gt; Hi Angie,<br>
&gt;<br>
&gt; Try this: if ($gd-&gt;isa(&#39;GD::SVG&#39;)) { # in high res mode }<br>
&gt;<br>
&gt; Lincoln<br>
&gt;<br>
&gt; On Mon, Jun 1, 2009 at 12:57 PM, Angie Hinrichs &lt;<a href="mailto:angie@soe.ucsc.edu">angie@soe.ucsc.edu</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; I took a look at the latest C source code for gdImageCopy()<br>
&gt; &gt; (<a href="http://cvs.php.net/viewvc.cgi/gd/libgd/src/gd.c?revision=1.83&amp;view=markup" target="_blank">http://cvs.php.net/viewvc.cgi/gd/libgd/src/gd.c?revision=1.83&amp;view=markup</a><br>
&gt; &gt; )<br>
&gt; &gt; and it looks like since gd version 2.0.10, if a pixel is transparent<br>
&gt; &gt; in the source, it is not copied to the destination.  I can see how<br>
&gt; &gt; that might interact badly when copying into something other than<br>
&gt; &gt; another pixellated image.<br>
&gt; &gt;<br>
&gt; &gt; Is there a hook in GBrowse by which a plugin or glyph can tell that it<br>
&gt; &gt; is in high-res mode, so it can avoid using transparency?<br>
&gt; &gt;<br>
&gt; &gt; Thanks,<br>
&gt; &gt; Angie<br>
&gt; &gt;<br>
&gt; &gt; On Fri, 29 May 2009, Lincoln Stein wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Ok. I&#39;ll poke around in GD::SVG to see what might be the problem with<br>
&gt; &gt; this<br>
&gt; &gt; &gt; strategy. It ought to be ok.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Lincoln<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Fri, May 29, 2009 at 5:18 PM, Angie Hinrichs &lt;<a href="mailto:angie@soe.ucsc.edu">angie@soe.ucsc.edu</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Angie, is there any reason to call transparent()? The other tracks<br>
&gt; &gt; render<br>
&gt; &gt; &gt; &gt; &gt; their background in a solid color.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; In a nutshell, to avoid hiding the vertical light blue ruler lines in<br>
&gt; &gt; &gt; &gt; the background by drawing white on top of them.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Currently, ucsc_glyph::draw gets a colormap+pixelmap representation of<br>
&gt; &gt; &gt; &gt; an image with a white background (from UCSC C code by way of<br>
&gt; &gt; &gt; &gt; UcscConservation plugin), creates a GD::Image $im as described below<br>
&gt; &gt; &gt; &gt; and uses $gd-&gt;copy to plop that on top of the GBrowse image:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;  $gd-&gt;copy($im, $x-$leftLabelWidth, $y, 0, 0, $width, $height);<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; -- so it bypasses all of the usual glyph draw() infrastructure, and<br>
&gt; &gt; &gt; &gt; renders the entire allocated space in the main image.  Using<br>
&gt; &gt; &gt; &gt; transparency preserves the light blue lines and whatever else might be<br>
&gt; &gt; &gt; &gt; in the background... is it not worth the trouble?  Is there a better<br>
&gt; &gt; &gt; &gt; way?<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; Angie<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On Fri, 29 May 2009, Lincoln Stein wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Angie, is there any reason to call transparent()? The other tracks<br>
&gt; &gt; render<br>
&gt; &gt; &gt; &gt; &gt; their background in a solid color.<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Lincoln<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; On Fri, May 29, 2009 at 3:56 PM, Angie Hinrichs &lt;<a href="mailto:angie@soe.ucsc.edu">angie@soe.ucsc.edu</a>&gt;<br>
&gt; &gt; &gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; Mark, Do you see any error_log warnings like &quot;ucsc_glyph: colors<br>
&gt; &gt; will<br>
&gt; &gt; &gt; &gt; &gt; &gt; be out of sync ($i --&gt; $index)!&quot; ?<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; Wherever the bad interaction is taking place, it is definitely an<br>
&gt; &gt; &gt; &gt; &gt; &gt; alpha-channel problem.  To construct the GD::Image using the<br>
&gt; &gt; colormap<br>
&gt; &gt; &gt; &gt; &gt; &gt; and pixelmap returned by the UCSC C code,<br>
&gt; &gt; &gt; &gt; &gt; &gt; Bio/Graphics/Glyph/<a href="http://ucsc_glyph.pm" target="_blank">ucsc_glyph.pm</a> uses these calls:<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;  my $im = GD::Image-&gt;new($width, $height);<br>
&gt; &gt; &gt; &gt; &gt; &gt;  $im-&gt;transparent( &lt;UCSC colormap&#39;s white index&gt; );<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; ... loop on UCSC colormap calls $im-&gt;colorAllocate(),<br>
&gt; &gt; &gt; &gt; &gt; &gt;    ** hoping that calling $im-&gt;colorAllocate() in the same order<br>
&gt; &gt; &gt; &gt; &gt; &gt;       results in same colormap indices<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; ... loop on UCSC pixelmap calls $im-&gt;setPixel()<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; ** Here is where something could go wrong.  It looks like I should<br>
&gt; &gt; &gt; &gt; &gt; &gt; call $im-&gt;transparent *after* the call to $im-&gt;colorAllocate() for<br>
&gt; &gt; &gt; &gt; &gt; &gt; white, making sure that I pass $im&#39;s actual white index to<br>
&gt; &gt; &gt; &gt; &gt; &gt; $im-&gt;transparent.  However, when I call transparent after<br>
&gt; &gt; &gt; &gt; &gt; &gt; colorAllocate, the white pixels are shaded light gray instead of<br>
&gt; &gt; being<br>
&gt; &gt; &gt; &gt; &gt; &gt; transparent, even in the default display.  Calling $im-&gt;transparent<br>
&gt; &gt; &gt; &gt; &gt; &gt; first was just a hack that worked, and then I forgot about it.  I<br>
&gt; &gt; will<br>
&gt; &gt; &gt; &gt; &gt; &gt; try updating GD too, to see if that makes any difference.<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; FWIW I am constructing the GD::Image one color and pixel at a time<br>
&gt; &gt; &gt; &gt; &gt; &gt; because when I used GD::Image-&gt;newFromGdData(), the image was<br>
&gt; &gt; created<br>
&gt; &gt; &gt; &gt; &gt; &gt; OK but when I returned the new $im from a sub{}, perl crashed with<br>
&gt; &gt; a<br>
&gt; &gt; &gt; &gt; &gt; &gt; &#39;glibc detected double free or corruption&#39;.  Does that ring a bell<br>
&gt; &gt; for<br>
&gt; &gt; &gt; &gt; &gt; &gt; anybody?<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; Angie<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; On Fri, 29 May 2009, Todd W. Harris wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Mark -<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Try upgrading your GD::SVG to the most current version on CPAN.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Todd<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; On May 29, 2009, at 9:42 AM, mark meyer wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; We use the GD::SVG and was never able to get the inkscape (pdf<br>
&gt; &gt; &gt; &gt; &gt; &gt; generation)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; operational, if that helps any.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Fri, May 29, 2009 at 9:52 AM, Scott Cain &lt;<br>
&gt; &gt; <a href="mailto:scott@scottcain.net">scott@scottcain.net</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Hi all,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Could this be a bad interaction between the plug in and GD::SVG<br>
&gt; &gt; or<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; inkscape (depending on what sort of hi res image you are<br>
&gt; &gt; getting)?<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; For example, I think that GD::SVG has a hard time with alpha<br>
&gt; &gt; &gt; &gt; channels.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Scott<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Fri, May 29, 2009 at 10:31 AM, mark meyer &lt;<br>
&gt; &gt; &gt; &gt; <a href="mailto:mmeyerposting@gmail.com">mmeyerposting@gmail.com</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Hi Angie,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Bill is out of the office today, but I can try to answer your<br>
&gt; &gt; &gt; &gt; &gt; &gt; questions.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Attached are the two screen shots, one is what the plugin<br>
&gt; &gt; looks<br>
&gt; &gt; &gt; &gt; like<br>
&gt; &gt; &gt; &gt; &gt; &gt; in<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; the<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; gbrowse, just fine as it looks in UCSC.  The second is what<br>
&gt; &gt; &gt; &gt; happens<br>
&gt; &gt; &gt; &gt; &gt; &gt; when<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; you<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; click on high-res image.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; We are running gbrowse v1.69.  The plugin code was<br>
&gt; &gt; implemented<br>
&gt; &gt; &gt; &gt; and<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; downloaded about 1 month ago, just recently ran into this<br>
&gt; &gt; issue<br>
&gt; &gt; &gt; &gt; since<br>
&gt; &gt; &gt; &gt; &gt; &gt; we<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; are<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; trying to make some publication figures from our Gbrowse<br>
&gt; &gt; data.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I can access conf files, etc. if you need to see them and try<br>
&gt; &gt; to<br>
&gt; &gt; &gt; &gt; do<br>
&gt; &gt; &gt; &gt; &gt; &gt; my<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; best<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; to answer questions, but I may not be able to answer very<br>
&gt; &gt; &gt; &gt; detailed<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; questions<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; in Bill&#39;s absence since he has been the one configuring this.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks for checking into this for us,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Mark<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Thu, May 28, 2009 at 5:29 PM, Angie Hinrichs &lt;<br>
&gt; &gt; &gt; &gt; <a href="mailto:angie@soe.ucsc.edu">angie@soe.ucsc.edu</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Dave - yes, that sounds likely.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Bill, what version of GBrowse are you running?  How<br>
&gt; &gt; recently<br>
&gt; &gt; &gt; &gt; did<br>
&gt; &gt; &gt; &gt; &gt; &gt; you<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; grab the plugin code?  I didn&#39;t get the screenshot<br>
&gt; &gt; attachment<br>
&gt; &gt; &gt; &gt; so if<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; you wouldn&#39;t mind sending that to me, that would be<br>
&gt; &gt; helpful.<br>
&gt; &gt; &gt; &gt;  If<br>
&gt; &gt; &gt; &gt; &gt; &gt; your<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; GBrowse is on a public server, can you send the URL?<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Angie<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Thu, 28 May 2009, Dave Clements, GMOD Help Desk wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Hi Bill,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I have no particular insight on why this is happening.<br>
&gt; &gt;  My<br>
&gt; &gt; &gt; &gt; guess<br>
&gt; &gt; &gt; &gt; &gt; &gt; is<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; that it is due some obscure interaction between the UCSC<br>
&gt; &gt; &gt; &gt; plugin<br>
&gt; &gt; &gt; &gt; &gt; &gt; and<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; core GBrowse, but I don&#39;t actually know.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I&#39;ve CC&#39;d Angie at UCSC to see if she may have any<br>
&gt; &gt; insight.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Dave C.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; On Tue, May 26, 2009 at 2:25 PM, Bill Pulec &lt;<br>
&gt; &gt; &gt; &gt; <a href="mailto:wpulec@gmail.com">wpulec@gmail.com</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Hi All,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; I am attempting to view high-res images of conservation<br>
&gt; &gt; &gt; &gt; tracks<br>
&gt; &gt; &gt; &gt; &gt; &gt; but<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; the<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; background of these tracks in high-res is blue. This<br>
&gt; &gt; isn&#39;t<br>
&gt; &gt; &gt; &gt; the<br>
&gt; &gt; &gt; &gt; &gt; &gt; case<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; when<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; these tracks are displayed in gbrowse normally, it only<br>
&gt; &gt; &gt; &gt; happens<br>
&gt; &gt; &gt; &gt; &gt; &gt; when<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; viewed<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; as high-res. Also all the non-conservation tracks are<br>
&gt; &gt; fine<br>
&gt; &gt; &gt; &gt; in<br>
&gt; &gt; &gt; &gt; &gt; &gt; high<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; res. Is<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; there any reason why outputting these images in<br>
&gt; &gt; high-res<br>
&gt; &gt; &gt; &gt; would<br>
&gt; &gt; &gt; &gt; &gt; &gt; do<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; this? Has<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; anyone encountered other tracks doing this in high-res?<br>
&gt; &gt; Any<br>
&gt; &gt; &gt; &gt; &gt; &gt; insight<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; would be<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; appreciated. I have attached an example image of the<br>
&gt; &gt; track<br>
&gt; &gt; &gt; &gt; &gt; &gt; below.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Bill<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Was this helpful?  Let us know at<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="http://gmod.org/wiki/Help_Desk_Feedback" target="_blank">http://gmod.org/wiki/Help_Desk_Feedback</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Learn more about GMOD at:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;   SMBE:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; <a href="http://ccg.biology.uiowa.edu/smbe/symposia.php?action=view&amp;sym_ID=27" target="_blank">http://ccg.biology.uiowa.edu/smbe/symposia.php?action=view&amp;sym_ID=27</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;   Arthropod Genomics:<br>
&gt; &gt; &gt; &gt; &gt; &gt; <a href="http://www.k-state.edu/agc/symp2009/seminar.html" target="_blank">http://www.k-state.edu/agc/symp2009/seminar.html</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;   AGA Next Gen Seq in Non-Models:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="http://www.regonline.com/Nextgeneration" target="_blank">http://www.regonline.com/Nextgeneration</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; ------------------------------------------------------------------------------<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Register Now for Creativity and Technology (CaT), June 3rd,<br>
&gt; &gt; &gt; &gt; NYC.<br>
&gt; &gt; &gt; &gt; &gt; &gt; CaT<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; is a gathering of tech-side developers &amp; brand creativity<br>
&gt; &gt; &gt; &gt; &gt; &gt; professionals.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Meet<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; the minds behind Google Creative Lab, Visual Complexity,<br>
&gt; &gt; &gt; &gt; &gt; &gt; Processing, &amp;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; iPhoneDevCamp as they present alongside digital<br>
&gt; &gt; heavyweights<br>
&gt; &gt; &gt; &gt; like<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Barbarian<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Group, R/GA, &amp; Big Spaceship.<br>
&gt; &gt; &gt; &gt; &gt; &gt; <a href="http://p.sf.net/sfu/creativitycat-com" target="_blank">http://p.sf.net/sfu/creativitycat-com</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Gmod-gbrowse mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:Gmod-gbrowse@lists.sourceforge.net">Gmod-gbrowse@lists.sourceforge.net</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse" target="_blank">https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; --<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; ------------------------------------------------------------------------<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Scott Cain, Ph. D.                                   scott at<br>
&gt; &gt; &gt; &gt; scottcain<br>
&gt; &gt; &gt; &gt; &gt; &gt; dot<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; net<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; GMOD Coordinator (<a href="http://gmod.org/" target="_blank">http://gmod.org/</a>)<br>
&gt; &gt; &gt; &gt; 216-392-3087<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Ontario Institute for Cancer Research<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; ------------------------------------------------------------------------------<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Register Now for Creativity and Technology (CaT), June 3rd,<br>
&gt; &gt; NYC.<br>
&gt; &gt; &gt; &gt; CaT<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; is a gathering of tech-side developers &amp; brand creativity<br>
&gt; &gt; &gt; &gt; &gt; &gt; professionals.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Meet<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; the minds behind Google Creative Lab, Visual Complexity,<br>
&gt; &gt; &gt; &gt; Processing, &amp;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; iPhoneDevCamp as they present alongside digital heavyweights<br>
&gt; &gt; like<br>
&gt; &gt; &gt; &gt; &gt; &gt; Barbarian<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Group, R/GA, &amp; Big Spaceship.<br>
&gt; &gt; &gt; &gt; <a href="http://p.sf.net/sfu/creativitycat-com" target="_blank">http://p.sf.net/sfu/creativitycat-com</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; Gmod-gbrowse mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:Gmod-gbrowse@lists.sourceforge.net">Gmod-gbrowse@lists.sourceforge.net</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse" target="_blank">https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lincoln D. Stein<br>Director, Informatics and Biocomputing Platform<br>Ontario Institute for Cancer Research<br>101 College St., Suite 800<br>Toronto, ON, Canada M5G0A3<br>
416 673-8514<br>Assistant: Renata Musa &lt;<a href="mailto:Renata.Musa@oicr.on.ca">Renata.Musa@oicr.on.ca</a>&gt;<br>