Hi Dave and all,<br>    I have actually (semi-)resolved the issue. First I should have noted that I added an extra line of code so when I get the error on line 440, that actually refers to line 439 of UcscConservation.pm.<br>
<br>It seems the issue is that the trackDB table in the database I was using did not have entries for all the conservation tracks. I simple switched to an alignment that had the proper entry in the trackDB table. <br><br>
-Bill<br><br><div class="gmail_quote">On Thu, May 14, 2009 at 4:41 PM, Dave Clements, GMOD Help Desk <span dir="ltr">&lt;<a href="mailto:gmodhelp@googlemail.com">gmodhelp@googlemail.com</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;">
Hi Bill,<br>
<br>
The error you are seeing is actually a warning, and is often ignorable<br>
in Perl programs.  However, I don&#39;t think that is the case here.  Line<br>
440 of the latest UcscConservation.pm is:<br>
<br>
   412  sub annotate {<br>
   413    my $self = shift;<br>
   414    my $segment = shift;<br>
   415    my $config  = $self-&gt;configuration;<br>
   416    $self-&gt;get_browser_config_settings() unless $self-&gt;{db};<br>
   417    return unless defined %$config;<br>
   418<br>
   419    warn(&quot;UcscConservation annotate start &quot; . `date`) if DEBUG;<br>
   420<br>
   421    my $ref        = $segment-&gt;seq_id;<br>
   422    my $abs_start  = $segment-&gt;start;<br>
   423    my $abs_end    = $segment-&gt;end;<br>
   424<br>
   425    my $feature_list = $self-&gt;new_feature_list;<br>
   426<br>
   427    my @wigMafTracks = grep {($config-&gt;{$_} &amp;&amp; s/^enable_// &amp;&amp;<br>
   428                              $self-&gt;table_exists($_, $ref))}<br>
keys %$config;<br>
   429    if (scalar(@wigMafTracks) == 0) {<br>
   430      if ($self-&gt;{default_enable}) {<br>
   431        @wigMafTracks = grep {s/^enable_// &amp;&amp;<br>
$self-&gt;table_exists($_, $ref)}<br>
   432          keys %{$self-&gt;{default_enable}};<br>
   433      } elsif ($config-&gt;{&#39;enableAll&#39;}) {<br>
   434        @wigMafTracks = $self-&gt;list_tracks_by_type(&#39;wigMaf&#39;);<br>
   435      }<br>
   436    }<br>
   437    @wigMafTracks = $self-&gt;sort_by_trackDb_priority(@wigMafTracks);<br>
   438    foreach my $track (@wigMafTracks) {<br>
   439      my $label = $self-&gt;get_trackDb_val($track, &#39;longLabel&#39;) . &#39; (UCSC)&#39;;<br>
   440      $feature_list-&gt;add_type($track=&gt;{glyph   =&gt; &#39;ucsc_glyph&#39;,<br>
   441                                       key     =&gt; $label,<br>
   442                                      });<br>
   443      my $feature = $self-&gt;wigMaf_feature($track, $ref,<br>
$abs_start, $abs_end);<br>
   444      $feature_list-&gt;add_feature($feature, $track);<br>
   445    }<br>
   446    warn(&quot;UcscConservation annotate end   &quot; . `date`) if DEBUG;<br>
   447    return $feature_list;<br>
   448  }<br>
<br>
According to my limited Perl understanding, I think all variables in<br>
line 440 should be defined, so I have no idea what is going on here.<br>
<br>
Does anyone else have any insight into what Bill is seeing?  Could<br>
this error even be causing what he is seeing?<br>
<br>
Thanks,<br>
<br>
Dave C.<br>
<div><div></div><div class="h5"><br>
On Tue, May 12, 2009 at 9:17 AM, Bill Pulec &lt;<a href="mailto:wpulec@gmail.com">wpulec@gmail.com</a>&gt; wrote:<br>
&gt; Hi All,-<br>
&gt;   I have some conservation tracks that I have been trying to add to a<br>
&gt; database using the UCSC plug-in, but I always get an error when I try to<br>
&gt; open the tracks in Gbrowse. I know that the UCSC plug-in,<br>
&gt; UcscTrackImage.conf and the hgcentral database must be working because I<br>
&gt; have set up conservation tracks for other databases, and they work fine.<br>
&gt; When grbrowse loads the failing conservation tracks all the tracks and the<br>
&gt; settings below the tracks do not load.<br>
&gt;<br>
&gt; There is an error in the error log:<br>
&gt;<br>
&gt; Use of uninitialized value in concatenation (.) or string at<br>
&gt; /etc/httpd/conf/gbrowse.conf/plugins/UcscConservation.pm line 440., referer:<br>
&gt; &lt;NameOfMyServer&gt;<br>
&gt;<br>
&gt; This seems to me like UcscConservation.pm can&#39;t find the correct file on my<br>
&gt; hard drive that the MySQL tables refer to, but the file seems to be in the<br>
&gt; correct location with the correct file name. So I am not sure why it cannot<br>
&gt; find the file.<br>
&gt;<br>
&gt; If anyone has any insights into what is going on it would be greatly<br>
&gt; appreciated.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Bill<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------------<br>
&gt; The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your<br>
&gt; production scanning environment may not be a perfect world - but thanks to<br>
&gt; Kodak, there&#39;s a perfect scanner to get the job done! With the NEW KODAK<br>
&gt; i700<br>
&gt; Series Scanner you&#39;ll get full speed at 300 dpi even with all image<br>
&gt; processing features enabled. <a href="http://p.sf.net/sfu/kodak-com" target="_blank">http://p.sf.net/sfu/kodak-com</a><br>
&gt; _______________________________________________<br>
&gt; Gmod-gbrowse mailing list<br>
&gt; <a href="mailto:Gmod-gbrowse@lists.sourceforge.net">Gmod-gbrowse@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse" target="_blank">https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse</a><br>
&gt;<br>
&gt;<br>
<br>
Was this helpful?  Let us know at <a href="http://gmod.org/wiki/Help_Desk_Feedback" target="_blank">http://gmod.org/wiki/Help_Desk_Feedback</a><br>
<br>
Learn more about GMOD at SMBE &amp; Arthropod Genomics:<br>
  <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>
  <a href="http://www.k-state.edu/agc/symp2009/seminar.html" target="_blank">http://www.k-state.edu/agc/symp2009/seminar.html</a><br>
</blockquote></div><br>