You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gen...@soe.ucsc.edu
***original message***
Hello,
My name is Steve Bullard and I work at the University of Iowa. I am trying
to put up a custom track of our variants on chrom 9. I can get them to
upload but would like to attach data to each snp similar to what you get
when you click on those linked to dBSnp. We have our own sequencing data
and
also would like to include associated P-values and raw #'s of case control
data. Is there a way to link the data to the Snp shown. I have been
working
with Robert Kuhn as my PI Jeff Murray is involved in the Facebase project
and has contact with Bob. However Bob suggested I contact his staff via
this
link. I have attached the file I have been uploading to get the track
basics
to show up.
Thanks,
Steve Bullard
*************************
Hi. What you want is on genome-test, and will be coming to genome as soon
as it has been more thoroughly tested. It is a new format for custom
tracks that I call bedDetail that adds two fields to the normal bed format
to allow added information on the detail page like you requested.
Belinda
Alex Reynolds
unread,
Oct 5, 2010, 4:18:40 PM10/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gen...@soe.ucsc.edu
I am making genome-wide figures using the Genome Graphs tool of the UCSC browser. This looks and works great.
However, as I have a number of these to make, I'd like to try to automate the process.
I downloaded the hgGenome cgi-bin binary via instructions at http://genome.ucsc.edu/admin/jk-install.html, but I'm not sure what arguments it takes, or if I can use it as a command-line tool to automate making figures.
Is anyone familiar with hgGenome or its use on the command line?
Thanks,
Alex
Galt Barber
unread,
Oct 5, 2010, 6:43:32 PM10/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alex Reynolds, gen...@soe.ucsc.edu
The cgi programs are typically intended to be run inside of apache
and they use additional resources such as databases and the cart
and various binary data formats.
-Galt
Alex Reynolds
unread,
Oct 5, 2010, 6:53:55 PM10/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Galt Barber, gen...@soe.ucsc.edu
I understand that. Our lab has a local installation of a UCSC Genome Browser, so I would have access to those database resources.
Is there a way to issue (for example) a "wget" or "curl" command, packaging the requisite POST and GET variables in an HTTP request to hgGenome, so as to automate figure generation?
-Alex
Maximilian Haussler
unread,
Oct 6, 2010, 7:07:25 AM10/6/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
* Use the arguments from the URL and replace the & with spaces
* Call the CGI from a command line and copy the arguments just after the
CGI, like this "/var/www/cgi-bin/hgc hgsid=337 o=14394787 t=14395353
It should create the images which you can then use in your own cgi scripts.
If you need more details no this, don't hesitate to email the list again.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Maximilian Haussler, Alex Reynolds, gen...@soe.ucsc.edu
Note that cgi run from the command-line will use $HOME/.hg.conf
which must be configured appropriately. You will probably
want to use the settings in your cgi-bin/hg.conf for the most part.