[Genquire-dev] Re: [Genquire-users] Trying to understand some code

Danny Yoo dyoo@acoma.Stanford.EDU
Tue, 15 Jan 2002 10:55:38 -0800 (PST)


On Tue, 15 Jan 2002, David Block wrote:

> Good point, Mark!
>
> I doubt the FeatureType table is populated, but it could be by editing
> of the "schema" file in the Admin directory.


Here's what's in my FeatureType table now:

mysql> select count(*) from FeatureType;
+----------+
| count(*) |
+----------+
|        5 |
+----------+
1 row in set (0.02 sec)

mysql> select * from FeatureType;
+----+----------+-----------+
| id | type     | container |
+----+----------+-----------+
|  1 | Intr     | N         |
|  2 | gene     | N         |
|  3 | UTR      | N         |
|  4 | Repeat   | N         |
|  5 | RNA Exon | N         |
+----+----------+-----------+
5 rows in set (0.01 sec)

Does this look right to you guys?