Revision 71d28e6f dbTable.sql
b/dbTable.sql | ||
---|---|---|
18 | 18 |
insert into dbTable values("hg18", "Human hg18", "human", 'white', false); |
19 | 19 |
insert into dbTable values("danRer7", "Zebrafish danRer7", "zebrafish", 'white', true); |
20 | 20 |
insert into dbTable values("mm9", "Mouse mm9", "mouse", 'white', true); |
21 |
insert into dbTable values("mm10", "Mouse mm10", "mouse", 'white', false); |
|
21 | 22 |
insert into dbTable values("rn4", "Rat rn4", "rat", 'white', true); |
22 | 23 |
insert into dbTable values("dm3", "Fruit fly dm3", "fruit fly", 'white', true); |
23 | 24 |
insert into dbTable values("tair10", "Arabidopsis tair10", "arabidopsis", 'white', true); |
24 | 25 |
insert into dbTable values("AGPv2", "Maize AGPv2", "maize", 'white', true); |
25 | 26 |
insert into dbTable values("spombe201203", "S. pombe 2012-03", "spombe", 'white', true); |
26 |
insert into dbTable values("temporal_day", "Temporal data at day precision", "temporal_day", 'white', true); |
|
27 |
insert into dbTable values("Am1", "Am1.0", "arabidopsis", 'white', true); |
|
27 |
-- insert into dbTable values("temporal_day", "Temporal data at day precision", "temporal_day", 'white', true); |
|
28 |
-- insert into dbTable values("Am1", "Am1.0", "arabidopsis", 'white', true); |
Also available in: Unified diff