From: Ian H. <ih...@be...> - 2009-08-18 18:06:29
|
Mitch Skinner wrote: > No, this is currently implemented in index.html (take a look at > index.html to see how it works). Andrew's "coordinates" is implemented > as "loc", which can be anything that you can put in the location box > (e.g., chrom:start..end, or a specific feature name/id if the feature > name/id is in a track that has "autocomplete" set). And there's also a > "tracks" query parameter, which gets a comma-separated list of track > identifiers. > > e.g., > http://jbrowse.org/ucsc/hg19/?loc=chr1:100417735..100505485&tracks=refseq_genes,human_mrnas So, to be clear: the above URL works, but it does NOT work in the same way that the index.html file in the distribution works. (So, looking at jbrowse.org/ucsc/hg19/index.html will not actually be much use.) We need to update the demo. |