Hello UCSC Genome Browser team,
I have a track hub
here that I am using in
this public session that I have built referring to
this documentation.
From the debugging that I have been able to complete from my side, it appears that the comma-separated definitions for the detailsDynamicTable stanza line are being ignored and will only show the first provided table.
For example, if my trackDb.txt file contains this line:
detailsDynamicTable jsonMolecular|Molecular Features,jsonClinical|Clinical Features,jsonPublication|Publication
Then I only get the Molecular Features table shown.
If I remove the Molecular Features table:
detailsDynamicTable jsonClinical|Clinical Features,jsonPublication|Publication
Then I get the Molecular Table field as a normal extension field with the json string as the value and only the Clinical Features table shown.
Is there something incorrect on my end from interpreting the documentation or is this a bug?
Best,
Shane Buckley