

Hi Stephen,Dumb question, but did you make this file:/usr/local/apache/htdocs/js/dbDbTaxonomy.jsor does it already exist on your server? If you haven't made that yet and you want to add custom genomes to it there are some instructions to create it but I would have to dig them up.If you already did that and it's not working then we need to see the javascript console.Thanks,On Tue, May 21, 2024 at 10:22 AM 'Luis Nassar' via UCSC Genome Browser Mirror-Specific Support <genome...@soe.ucsc.edu> wrote:Hi, Stephen.
There is probably an error message from the javascript on why it failed to load. Could you try reloading that page again with the failed tree and looking to see if there are any errors in the javascript console? Depending on your machine it should be something like Command-Option-J on Mac or ctrl-shift-J on Windows. This should help us diagnose the issue further.
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 our public forum. If your question includes sensitive information, you may send it instead to genom...@soe.ucsc.edu.
Lou Nassar
UCSC Genomics Institute--On Mon, May 20, 2024 at 2:53 PM 'Stephen Turner' via UCSC Genome Browser Mirror-Specific Support <genome...@soe.ucsc.edu> wrote:Hello. I've added custom non-public genomes to a self-hosted mirror, but I can't see them in the species tree.--When I add the line:hgGateway.dbDbTaxonomy=/usr/local/apache/htdocs/js/dbDbTaxonomy.jsTo the file /usr/local/apache/cgi-bin/hg.conf as suggested in other threads (eg https://groups.google.com/a/soe.ucsc.edu/g/genome-mirror/c/ilXpql3VuWc/m/sLeS6dBnBAAJ), then the tree fails to render altogether.I would love further help figuring out how to get my loaded genomes to display in the taxonomy browser.Thank you!Stephen
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Mirror-Specific Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome-mirro...@soe.ucsc.edu.
To view this discussion on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome-mirror/CANfqxbhVh%3D%2BM7JVss%3DmJdFWp8Y1hdkiEYe3ZqrXxh4srfnzw9A%40mail.gmail.com.
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Mirror-Specific Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome-mirro...@soe.ucsc.edu.
To view this discussion on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome-mirror/CAEa0ENoVsfxt4PdmOqOBWp3xE89Z3cBST6pfayfD2eTOamEd0w%40mail.gmail.com.
Hello,
Thank you for using the UCSC Genome Browser and sending the JavaScript console errors.
The problem is that the hgGateway CGI cannot find your custom dbDbTaxonomy.js file since you defined the absolute path in the hg.conf file:hgGateway.dbDbTaxonomy=/usr/local/apache/htdocs/js/dbDbTaxonomy.js
The solution is to use a relative path to the dbDbTaxonomy.js file in your hg.conf file:hgGateway.dbDbTaxonomy=../js/dbDbTaxonomy.js
I hope this is helpful. If you have any further questions, please reply to gen...@soe.ucsc.edu.
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.
Jairo Navarro
UCSC Genome Browser
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 on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/CANfqxbgNfQvYyqbXzs5kOh6Kb6a6GX2HAznVFB7yMAVCs3NxcQ%40mail.gmail.com.
Hello,
We can point you to our makedoc that has instructions for making the tree: https://github.com/ucscGenomeBrowser/kent/blob/master/src/hg/makeDb/doc/dbDbTaxonomy.txt
These instructions with commands were made for internal replication, so you would need to replace hgcentraltest with hgcentral and replace the old date string (set date = 2016_04_18). If you have added genomes to dbDb with dbDb.taxId set to real NCBI Taxonomy IDs, then the instructions should work. Let us know if you encounter any errors and we can help you debug them.
I hope this is helpful. If you have any further questions, please reply to gen...@soe.ucsc.edu. 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 Genome Browser
To view this discussion on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/d7baa64d-ccec-4b30-83c2-1f5145978dc1n%40soe.ucsc.edu.