<!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.7651.59">
<TITLE>RE: [Gmod-help] gff database</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Great Thanks a lot, that' what I was looking for.<BR>
<BR>
One more question, in the sub schema for mysql.pm at the end of the create table code there is code like: &quot;type=MyISAM&quot;. What is that for?<BR>
<BR>
For example:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fgroup =&gt;{<BR>
table=&gt; q{<BR>
create table fgroup (<BR>
&nbsp;&nbsp;&nbsp; gid &nbsp;&nbsp;&nbsp; int not null&nbsp; auto_increment,<BR>
&nbsp;&nbsp;&nbsp; gclass&nbsp; varchar(100),<BR>
&nbsp;&nbsp;&nbsp; gname&nbsp;&nbsp; varchar(100),<BR>
&nbsp;&nbsp;&nbsp; primary key(gid),<BR>
&nbsp;&nbsp;&nbsp; unique(gclass,gname)<BR>
) type=MyISAM<BR>
}<BR>
},<BR>
<BR>
What is the code type=MyISAM for?<BR>
<BR>
I am creating a database which will include the GFF tables so I can relate my data to the WormBase annotations and may be at some point have Gbrowser running locally too.<BR>
I will only use the create code, not the type=MyISAM.<BR>
<BR>
<BR>
Thanks again<BR>
<BR>
Inma<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Scott Cain [<A HREF="mailto:cain.cshl@gmail.com">mailto:cain.cshl@gmail.com</A>]<BR>
Sent: Fri 8/8/2008 12:39 PM<BR>
To: Barrasa, Inmaculada<BR>
Cc: help@gmod.org<BR>
Subject: Re: [Gmod-help] gff database<BR>
<BR>
Hello Inma,<BR>
<BR>
I don't think the Bio::DB::GFF schema has changed much since 2002, so<BR>
the current incarnation should be just fine.&nbsp; The schema itself is<BR>
contained within the database adaptors for Bio::DB::GFF.&nbsp; For example,<BR>
if you wanted the MySQL schema, you would have to look at the schema<BR>
method of the Bio::DB::GFF::Adaptors::dbi::mysql.&nbsp; That module is<BR>
contained in the BioPerl distribution, and the current version of that<BR>
file can be browsed here:<BR>
<BR>
<A HREF="http://code.open-bio.org/svnweb/index.cgi/bioperl/view/bioperl-live/trunk/Bio/DB/GFF/Adaptor/dbi/mysql.pm">http://code.open-bio.org/svnweb/index.cgi/bioperl/view/bioperl-live/trunk/Bio/DB/GFF/Adaptor/dbi/mysql.pm</A><BR>
<BR>
Look for the line that starts &quot;sub schema.&quot;<BR>
<BR>
Scott<BR>
<BR>
<BR>
<BR>
<BR>
On Fri, Aug 8, 2008 at 11:39 AM, Barrasa, Inmaculada<BR>
&lt;Inmaculada.Barrasa@umassmed.edu&gt; wrote:<BR>
&gt;<BR>
&gt; Hi,<BR>
&gt;<BR>
&gt; Could you please tell me where I can find the sql statements to create the<BR>
&gt; gff tables?<BR>
&gt; I would like just to have the basic tables defined in 2002.<BR>
&gt;<BR>
&gt; The Generic Genome Browser: A Building Block<BR>
&gt; for a Model Organism System Database<BR>
&gt; Lincoln D. Stein,1,5 Christopher Mungall,2 ShengQiang Shu,2 Michael Caudy,3<BR>
&gt; Marco Mangone,1 Allen Day,1 Elizabeth Nickerson,1 Jason E. Stajich,4<BR>
&gt; Todd W. Harris,1 Adrian Arva,1 and Suzanna Lewis2<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; Thanks a lot your your help<BR>
&gt;<BR>
&gt;<BR>
&gt; Inma Barrasa<BR>
&gt;<BR>
&gt;<BR>
&gt; Walhout laboratory<BR>
<BR>
<BR>
<BR>
--<BR>
------------------------------------------------------------------------<BR>
Scott Cain, Ph. D. cain.cshl@gmail.com<BR>
GMOD Coordinator (<A HREF="http://www.gmod.org/">http://www.gmod.org/</A>) 216-392-3087<BR>
Cold Spring Harbor Laboratory<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>