comparison example.json @ 5:33fa019735a4

Save extra files path as extra_files, not extra_data. Changed type of dataset for new primary datasets. db_key becomes dbkey. Added example json files.
author Matt Shirley <mdshw5@gmail.com>
date Thu, 10 Jul 2014 11:41:54 -0400
parents
children
comparison
equal deleted inserted replaced
4:96103d66b7af 5:33fa019735a4
1 [ {"url":"http://rafalab.jhsph.edu/CGI/model-based-cpg-islands-hg19.txt",
2 "name":"Rafa CpG islands (human)",
3 "extension":"bed",
4 "metadata":{"dbkey":"hg19"},
5 "extra_data":[{"url":"http://hgdownload.cse.ucsc.edu/goldenpath/hg19/database/refGene.txt.gz",
6 "path":"path/to/refGene.txt.gz"}]
7 },
8 {"url":"http://rafalab.jhsph.edu/CGI/model-based-cpg-islands-ce2.txt",
9 "name":"Rafa CpG islands (ce)",
10 "extension":"bed",
11 "metadata":{"dbkey":"ce2"}
12 },
13 {"url":"http://rafalab.jhsph.edu/CGI/model-based-cpg-islands-mm9.txt",
14 "name":"Rafa CpG islands (mouse)",
15 "extension":"bed",
16 "metadata":{"dbkey":"mm9"},
17 "extra_data":[{"url":"http://hgdownload.cse.ucsc.edu/goldenpath/mm9/database/refGene.txt.gz",
18 "path":"path/to/refGene.txt.gz"}]
19 }
20 ]