Block specific information at item description page

52 views
Skip to first unread message

David Da Silva Pires

unread,
Mar 27, 2025, 2:28:55 PM3/27/25
to UCSC Genome Browser Public Support
Hello!

Some years ago I had configured a BED track such that when you click on a block (exon), the item page was loaded and it was showed a content specific for that item. I don't remember how I did that and now I have to implement the same thing again. The only thing that I remember is that I had to put a dollar sign ("$") at some field at trackDb.txt file, in order to differentiate the many pages that should be written, one for each item.

Can you, please, direct me to a help page that describes how can I do that?

By the way, I think that I learned about this technique at the wiki pages, but I was unable to find them now. Were they deleted? If so, why?

I'm very grateful for any help. Thanks in advance.

--
David da Silva Pires

Esta mensagem, incluindo seus anexos, tem caráter confidencial e seu conteúdo é restrito ao destinatário da mensagem. Se você não for o(a) destinatário(a) final ou recebeu esta mensagem por engano, você não pode copiar, utilizar, divulgar ou agir baseado nesta mensagem ou qualquer informação nela contida. Por gentileza comunique imediatamente o remetente desta mensagem e a remova de seu sistema. Qualquer uso não autorizado, replicação ou disseminação desta mensagem ou parte dela é expressamente proibido. As informações ou opiniões pessoais do remetente nela contida podem não refletir o ponto de vista do Instituto / Fundação que apenas é divulgado por colaboradores devidamente autorizados. Eventuais Dados Pessoais contidos nesta mensagem, estão protegidos e em conformidade com a Lei Geral de Proteção de Dados - LGPD.
--------------------------------------------------------------------------------------------------------------------------
The contents of this email message and any attachments are intended solely for the addressee(s) and may contain confidential information. If you are not the intended recipient of this message, or if this message has been addressed to you in error, you may not copy, use, disseminate nor act based on this message or any information contained herein. Please immediately alert the sender by reply email and then delete this message and any attachments from the system. You are hereby notified that any unauthorized use, copying or dissemination of this message, in whole or in part, is strictly prohibited. The information or personal opinions of the sender contained herein may not reflect the point of view of the Institute/Foundation, which is only disclosed by duly authorized associates. Any Personal Data contained in this message is protected and in compliance with the Brazilian General Data Protection Law (LGPD).

Gerardo Perez

unread,
Apr 5, 2025, 7:39:11 PM4/5/25
to David Da Silva Pires, UCSC Genome Browser Public Support

Hello, David.

Thank you for using the UCSC Genome Browser and for sending your inquiry.

Are you referring to a third-party page or a UCSC-hosted page that appears when clicking on an item in the Genome Browser graphic display?

It is possible you are referring to the directUrl setting. This setting allows items shown in the Genome Browser to link directly to a URL that can include the item name. For example:

directUrl http://mygenes.org/cgi-bin/geneView/%s

In this example, %s is replaced with the item name.

More information about using the directUrl setting is available here: https://genome.ucsc.edu/goldenPath/help/trackDb/trackDbHub.html#directUrl

We are not sure which wiki page you are referring to. If you remember the name of the page or some of its content, we would be happy to help track it down.

I hope this is helpful. Please include gen...@soe.ucsc.edu in any replies to ensure visibility by the team. All messages sent to that address are archived on a publicly-accessible Google Groups forum. If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.

Gerardo Perez
UCSC Genomics Institute


--

---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Public Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
To view this discussion visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/28e509df-31d5-4b96-b588-ca79d18b8027n%40soe.ucsc.edu.

David Da Silva Pires

unread,
Apr 22, 2025, 12:10:05 PM4/22/25
to Gerardo Perez, UCSC Genome Browser Public Support
Hi Gerardo.

I'm interested in configuring a track hub that provides this feature.

You're right: the setting that I want is directUrl. It was an 's', not a '$'.   :-)   Thank you for redirecting me to its help page.

While searching for the solution, I found a blog post about showing information specific to an item while mouse hovering. A great solution for the same problem in my case.

Relative to the wiki page, I can't find any of them, not a specific one. It seems that the link for the wiki pages was deleted from the help menu.   :-(

Thanks again for your help.

Best regards.

--
DAVID DA SILVA PIRES
Especialista de Laboratório
Laboratório de Ciclo Celular
Tel: +55 11 2627-9734
fundacaobutantan.org.br

Gerardo Perez

unread,
Apr 25, 2025, 10:22:23 PM4/25/25
to David Da Silva Pires, genome

Hello, David.

Thank you for following up with us.

We have moved the important information from the Genome Wiki to our main site at genome.ucsc.edu, and as part of that change, we also removed the Genomewiki link from the Help menu.

Could you let us know which specific Genome Wiki pages you found helpful? We would like to make sure that the same information is available in our current help documentation.

I hope this is helpful. Please include gen...@soe.ucsc.edu in any replies to ensure visibility by the team. All messages sent to that address are archived on a publicly-accessible Google Groups forum. If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.

Gerardo Perez
UCSC Genomics Institute


On Wed, Apr 23, 2025 at 4:59 AM David Da Silva Pires <david...@fundacaobutantan.org.br> wrote:
Hi Gerardo.

I found the Wiki page:


It is very useful for me. Why was it removed from the Help menu?

--
DAVID DA SILVA PIRES
Especialista de Laboratório
Laboratório de Ciclo Celular
Tel: +55 11 2627-9734
fundacaobutantan.org.br

David Da Silva Pires

unread,
Apr 28, 2025, 12:51:57 PM4/28/25
to Gerardo Perez, genome
Hello, Gerardo.

The Genome Wiki page that is most helpful for me is one that I wrote myself:

Although it is incomplete and a little mess (mainly at the final), it is very helpful when I have to:
  • Install and maintain Genome Browser in a Box in a new virtual machine using VirtualBox.
  • Configure a new assembly hub.
  • Configure new track hubs, including the following tracks:
    • Assembly.
    • Gap.
    • GC contents, using the command hgGcPercent.
  • Blat and transBlat configuration, including the configuration of cron to start the Blat server as soon as the machine is turned on.
  • A variety of tips, like:
    • Use of the string "udcTimeout=1" at URL to get instant updates when changing configuration files.
    • Setting of environment variables related to locale, in order to have a case-sensitive sort, which is necessary to use Kent's tools, like bedToBigBed.
The page deals with situations that I commonly find while configuring a new assembly or track hub, such as genome FASTA files with all the nucleotides with uppercase letters, very long chromosome names and the creation of the AGP file (used to create the assembly track). Besides that, sometimes I learnt a lot just by searching the topics written by other users (which is the idea of a wiki), mainly the ones related to automation using scripts in Bash. Some topics aren't directly related to UCSC Genome Browser, but concerning other topics that I consider very important while installing, configuring or using it.

I would love to have a list of the current help documentation pages that contain all the information described above. Yet, it is very comfortable for me to have all information related to a new assembly hub (with track hubs and Blat) all included in just one page. Do you think there is a similar page that could substitute the one that I wrote?

Best regards.

--
DAVID DA SILVA PIRES
Especialista de Laboratório
Laboratório de Ciclo Celular
Tel: +55 11 2627-9734
fundacaobutantan.org.br

Clay Fischer

unread,
May 19, 2025, 5:41:03 PM5/19/25
to David Da Silva Pires, genome
Dear David,

Thank you for editing that wiki page and your question about similar resources. At this time we do not have an analogous documentation page.

We have been internally discussing how we might better organize our documentation, and are including your suggestions in our conversations. We will let you know if we find a solution that would be useful to you.

Thanks
Clay Fischer
UCSC Genomics Institute


--

---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Public Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.

David Da Silva Pires

unread,
May 20, 2025, 12:46:45 PM5/20/25
to Clay Fischer, genome
Hi Clay.

Thank you for dealing with this issue.

I can only imagine how difficult it is to manage the documentation for such a huge collection of tools and software like UCSC Genome Browser and Kent's tools. All of you do a great job and it is fantastic to know that you intend to make everything even better.

Thank you very much.

--
DAVID DA SILVA PIRES
Especialista de Laboratório
Laboratório de Ciclo Celular
Tel: +55 11 2627-9734
fundacaobutantan.org.br
Reply all
Reply to author
Forward
0 new messages