Hi all,
I would like to generate a "UCSC genes" track for a genome hosted in the our local UCSC browser. Something like this, with subsections and most data linking to an external url. I'm starting off from a tab delimited annotation file and I would like to end up with all data loaded onto SQL and most data searchable through the browser's search bar.
There is a description on how the example track above was generated, but many of the scripts are no longer in the current ucsc/kent distribution.
Does anyone have some experience with this? It would be great to get a more detailed list of steps on how to generate this type of track. I have generated custom tracks before but all of them were trackhubs or standard bed, bedDetail or wig formats.
Thanks!
The first link you have posted is to an Help page generated automatically. It's not a UCSC track; it's the output of a script (hgGene) that, given a gene id, returns all the information that you see there. The second link you posted describes how a Gene Annotation track has been generated. It explains how, for a given new genome, you can generate annotations on gene positions. Which of these two features do you want to implement? Do you want to generate an help page (1st case), or do you want to calculate gene positions for a new genome (2nd case)?
I want to generate the first one, both the help page and the track behind all that information (knownGene). I already have the positions and annotations ready. Sorry about the wrong link.