<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Gmod-gbrowse]Admin tutorial - solution</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I have managed to sort out the problem with the Admin tutorial.<BR>
Modifying the first line this way:<BR>
<BR>
ctgA example remark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1000 2000 . . . Name=Remark:HGA;Alias=hga<BR>
<BR>
This was a simple case of personal error (of my overlooking details that were explained in the Admin tutorials)<BR>
<BR>
Pushkala<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: gmodhelp@googlemail.com on behalf of Dave Clements, GMOD Help Desk<BR>
Sent: Fri 3/5/2010 3:09 PM<BR>
To: Jayararaman, Pushkala<BR>
Cc: GMOD_GBROWSE<BR>
Subject: Re: [Gmod-gbrowse] help with the Admin tutorial<BR>
<BR>
Hi Pushkala,<BR>
<BR>
I'm not sure why this is happening, but one possible cause is that since<BR>
these features are now defined in two files (volvox_geneproducts.gff3,<BR>
and volvox_geneproducts_mod.gff3)<BR>
that GBrowse is getting confused by the duplicate definitions.<BR>
<BR>
Dave C.<BR>
<BR>
On Tue, Mar 2, 2010 at 7:14 AM, Jayararaman, Pushkala &lt;pjayaraman@mcw.edu&gt;wrote:<BR>
<BR>
&gt;&nbsp; I have a question referring to this paragraph on the Administrator<BR>
&gt; tutorial:<BR>
&gt;<BR>
&gt; ===============================================================================================<BR>
&gt; Another way to approach this is to make liberal use of the Alias attribute.<BR>
&gt; For example:<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctgA example remark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1000 2000 . . .<BR>
&gt; Name=Remark:HGA;Alias=hga<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctgA example protein_coding_primary_transcript&nbsp; 1100 2000 . + .<BR>
&gt; Name=Gene:hga;Alias=hga<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctgA example polypeptide&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1200 1900 . + .<BR>
&gt; Name=Protein:HGA;Alias=hga<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctgA example protein_coding_primary_transcript&nbsp; 1600 3000 . - .<BR>
&gt; Name=Gene:hgb;Alias=hgb<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctgA example polypeptide&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1800 2900 . - .<BR>
&gt; Name=Protein:HGB;Alias=hgb<BR>
&gt;<BR>
&gt; This assigns the alias of &quot;hga&quot; to each of the three HGA features, and an<BR>
&gt; alias of &quot;hgb&quot; to each of the two HGB features. This keeps the identities of<BR>
&gt; these features distinct so that you can find particular ones by typing in<BR>
&gt; the fully qualified name (&quot;Gene:hga&quot;), but find all candidates when you type<BR>
&gt; in the unqualified name. For instance, when you search with &quot;hga&quot;, GBrowse<BR>
&gt; will now offer you three matches:<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; (Refer Figure 5: Searching for aliases)<BR>
&gt;<BR>
&gt; To try this out, simply open the installed volvox2b.gff3 file with a text<BR>
&gt; editor and edit it to match the example above.<BR>
&gt;<BR>
&gt; Note: GBrowse caches track images for performance reasons. If you make some<BR>
&gt; changes to the data or config files and don't get the expected behavior, try<BR>
&gt; turning off caching by going to the Preferences link, and turning off the<BR>
&gt; checkbox marked &quot;Cache tracks.&quot;<BR>
&gt;<BR>
&gt; ======================================================================================================<BR>
&gt;<BR>
&gt; This feature (where the search results are shown on the chromosomal region)<BR>
&gt; only seems to work for Alias=hgb in the file &quot;volvox_geneproducts_mod.gff3&quot;<BR>
&gt; but when I modify the gff3 file such that the remark line shows the 9th<BR>
&gt; column to be Name=HG<BR>
&gt; and then use the Alias=hga on the other rows except the first (as in<BR>
&gt; volvox_geneproducts.gff3) I do not get the result on a chromosomal region,<BR>
&gt; but all the search hits are shown highlighted on the page.<BR>
&gt;<BR>
&gt; The two conf files are attached herewith for clarity.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; ------------------------------volvox_geneproducts.gff3-------------------------------<BR>
&gt; ##gff-version 3<BR>
&gt; ##Note: See <A HREF="http://song.sourceforge.net">http://song.sourceforge.net</A><BR>
&gt;<BR>
&gt; # file: volvox_geneproducts.gff3<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example remark&nbsp; 1000&nbsp;&nbsp;&nbsp; 2000&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name=HG<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example protein_coding_primary_transcript&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1100&nbsp;&nbsp;&nbsp; 2000<BR>
&gt; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name=Gene:hga;Alias=hga<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example polypeptide&nbsp;&nbsp;&nbsp;&nbsp; 1200&nbsp;&nbsp;&nbsp; 1900&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<BR>
&gt; Name=Protein:HGA;Alias=hga<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example protein_coding_primary_transcript&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1600&nbsp;&nbsp;&nbsp; 3000<BR>
&gt; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name=Gene:hgb;Alias=hgb<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example polypeptide&nbsp;&nbsp;&nbsp;&nbsp; 1800&nbsp;&nbsp;&nbsp; 2900&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<BR>
&gt; Name=Protein:HGB;Alias=hgb<BR>
&gt;<BR>
&gt; ------------------------------------------------------------------------------------------------------------<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; ---------------------------------volvox_geneproducts_mod.gff3--------------------------------------<BR>
&gt; ##gff-version 3<BR>
&gt; ##Note: See <A HREF="http://song.sourceforge.net">http://song.sourceforge.net</A><BR>
&gt;<BR>
&gt; # file: volvox_geneproducts.gff3<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example remark&nbsp; 1000&nbsp;&nbsp;&nbsp; 2000&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<BR>
&gt; Name=HGA;Alias=hga<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example protein_coding_primary_transcript&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1100&nbsp;&nbsp;&nbsp; 2000<BR>
&gt; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name=Gene:hga;Alias=hga<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example polypeptide&nbsp;&nbsp;&nbsp;&nbsp; 1200&nbsp;&nbsp;&nbsp; 1900&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<BR>
&gt; Name=Protein:HGA;Alias=hga<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example protein_coding_primary_transcript&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1600&nbsp;&nbsp;&nbsp; 3000<BR>
&gt; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Name=Gene:hgb;Alias=hgb<BR>
&gt; ctgA&nbsp;&nbsp;&nbsp; example polypeptide&nbsp;&nbsp;&nbsp;&nbsp; 1800&nbsp;&nbsp;&nbsp; 2900&nbsp;&nbsp;&nbsp; .&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .<BR>
&gt; Name=Protein:HGB;Alias=hgb<BR>
&gt;<BR>
&gt; --------------------------------------------------------------------------------------------------------<BR>
&gt;<BR>
&gt; Please help..<BR>
&gt;<BR>
&gt;<BR>
&gt; Pushkala<BR>
&gt;<BR>
&gt;<BR>
&gt; ------------------------------------------------------------------------------<BR>
&gt; Download Intel® Parallel Studio Eval<BR>
&gt; Try the new software tools for yourself. Speed compiling, find bugs<BR>
&gt; proactively, and fine-tune applications for parallel performance.<BR>
&gt; See why Intel Parallel Studio got high marks during beta.<BR>
&gt; <A HREF="http://p.sf.net/sfu/intel-sw-dev">http://p.sf.net/sfu/intel-sw-dev</A><BR>
&gt; _______________________________________________<BR>
&gt; Gmod-gbrowse mailing list<BR>
&gt; Gmod-gbrowse@lists.sourceforge.net<BR>
&gt; <A HREF="https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse">https://lists.sourceforge.net/lists/listinfo/gmod-gbrowse</A><BR>
&gt;<BR>
&gt;<BR>
<BR>
<BR>
--<BR>
===&gt; PLEASE KEEP RESPONSES ON THE LIST &lt;===<BR>
<A HREF="http://gmod.org/wiki/GMOD_Logo_Program">http://gmod.org/wiki/GMOD_Logo_Program</A><BR>
<A HREF="http://gmod.org/wiki/GMOD_News">http://gmod.org/wiki/GMOD_News</A><BR>
Was this helpful? <A HREF="http://gmod.org/wiki/Help_Desk_Feedback">http://gmod.org/wiki/Help_Desk_Feedback</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>