ba63ca047c08a7a20146f2c3216aa3330ece39b2 max Thu Dec 18 06:26:04 2014 -0800 changes after code review, refs #14545 diff --git src/hg/hgBeacon/README.txt src/hg/hgBeacon/README.txt index 7036269..5ad5a21 100644 --- src/hg/hgBeacon/README.txt +++ src/hg/hgBeacon/README.txt @@ -9,23 +9,23 @@ just limited information, so as to not identify patients or at least make it quite hard to identify them. It's implemented as a CGI script (hgBeacon) which calls bigBedToBed and a set of .bb files. No mysql is required and the data files live in the same directory as the script and the bigBedtoBed binary. The makefile copies everything together into cgi-bin/beacon/. The overhead of calling a binary is very small. We do this quite often in hgGene. We don't have personal data at UCSC so the beacon in this directory serves primarily LOVD and HGMD, which we cannot distribute. These tracks are also not in the table browser, but the beacon makes it possible to at least query the positions in some way. To get usage info, run the CGI with no option, e.g. -http://hgwdev-max.soe.ucsc.edu/cgi-bin/hgBeacon +http://hgwdev-max.soe.ucsc.edu/cgi-bin/hgBeacon/hgBeacon The CGI also accepts INSDC accessions instead of "chr1" or just "1". The mapping is stored in insdcToUcsc.tab. The CGI currently only supports hg19.