view example.json @ 6:46b589e9747a

Remove underscore from extra_files_path.
author Matt Shirley <mdshw5@gmail.com>
date Thu, 10 Jul 2014 12:26:05 -0400
parents 33fa019735a4
children
line wrap: on
line source

[ {"url":"http://rafalab.jhsph.edu/CGI/model-based-cpg-islands-hg19.txt",
   "name":"Rafa CpG islands (human)",
   "extension":"bed",
   "metadata":{"dbkey":"hg19"},
   "extra_data":[{"url":"http://hgdownload.cse.ucsc.edu/goldenpath/hg19/database/refGene.txt.gz",
      "path":"path/to/refGene.txt.gz"}]
  },
  {"url":"http://rafalab.jhsph.edu/CGI/model-based-cpg-islands-ce2.txt",
     "name":"Rafa CpG islands (ce)",
     "extension":"bed",
     "metadata":{"dbkey":"ce2"}
  },
  {"url":"http://rafalab.jhsph.edu/CGI/model-based-cpg-islands-mm9.txt",
     "name":"Rafa CpG islands (mouse)",
     "extension":"bed",
     "metadata":{"dbkey":"mm9"},
     "extra_data":[{"url":"http://hgdownload.cse.ucsc.edu/goldenpath/mm9/database/refGene.txt.gz",
        "path":"path/to/refGene.txt.gz"}]
  }
]