Revision ed2c5f6e

b/hg18/makeDb.sql
180 180
);
181 181
load data local infile "dataset" into table dataset;
182 182

  
183
drop table if exists mock;
184
create table mock (
185
  tkname varchar(255) not null
186
);
187
load data local infile "mock" into table mock;
188

  
189 183
drop table if exists encode;
190 184
create table encode(
191 185
  tkname varchar(255) not null
......
208 202
load data local infile "scaffoldInfo" into table scaffoldInfo;
209 203

  
210 204

  
205
drop table if exists publichub;
206
create table publichub (
207
  name varchar(255) not null,
208
  logo text null,
209
  url text not null,
210
  institution text not null,
211
  description text not null
212
);
213
load data local infile 'publichub' into table publichub;
b/hg19/metadataVocabulary
140 140
21002	DNA Methylation
141 141
21003	DNA Methylation
142 142
21004	DNA Methylation
143
21005	DNA Methylation
143 144
22000	Histone Mark
144 145
22001	Histone Mark
145 146
H2A	Histone Mark
......
1148 1149
30022	Institution
1149 1150
30023	Institution
1150 1151
30024	Institution
1152
30025	Institution
1151 1153
70001	Donor Ethnicity
1152 1154
70002	Donor Ethnicity
1153 1155
70004	Donor Ethnicity
b/hg19/publichub
1
Multiple Myeloma profiling	http://bradner.dfci.harvard.edu/images/generegulationchemistry.jpg	http://vizhub.wustl.edu/hubSample/hg19/hub2.json	James E. Bradner's lab at Harvard Medical School	A brief description here...
1
methylCRF prediction of Roadmap methylomes	http://cgs.wustl.edu/~dli/labwebsite_dev/img/wang_logo.png	http://vizhub.wustl.edu/dli/methylcrf.hub	<a href=http://wang.wustl.edu/ target=_blank>Wang Lab at Washington University in St. Louis</a>	Using <a href=http://methylcrf.wustl.edu/ target=_blank>methylCRF</a> to predict single CpG methylation profiles by combining MeDIP-seq and MRE-seq data from Roadmap Project.
b/hg19/trackAttr2idx
569 569
21002	RRBS	21002	reduced representation bisulfite sequencing
570 570
21003	MeDIP-Seq	21003	methylated DNA immunoprecipitation
571 571
21004	Bisulfite-Seq	21004	bisulfite-based methods MethylC-seq
572
21005	methylCRF	21005	predicted CpG methylation by combining MeDIP-seq and MRE-seq
572 573
22000	ChIP-Seq control	22001	ChIP-Seq control
573 574
22001	ChIP-Seq input	22001	ChIP-Seq input
574 575
22002	H2AK5ac	22002	acetylation of lysine 5 of histone H2A
......
653 654
30022	UNC	30022	The University of North Carolina at Chapel Hill
654 655
30023	MIT	30023	Massachusetts Institute of Technology
655 656
30024	UMass	institute	University of Massachusetts Amherst
657
30025	WUSTL	institute	Washington University in St. Louis
656 658
50001	1	50001	mock 1
657 659
50002	2	50002	mock 2
658 660
50003	3	50003	mock 3

Also available in: Unified diff