Hi,

Are questions related to the archaeal genome browser answered on this list? I 
hope so...

I wrote a desktop program that uses TableBrowser as a data source. I first ask 
for the chromInfo table to find the coordinate system of a given genome. I 
formerly was able to get this information using a URL constructed like this:

url = "http://archaea.ucsc.edu/cgi-bin/hgTables?"; +
"db=" + dbName +
"&hgta_group=allTables" +
"&hgta_table=chromInfo" +
"&hgta_regionType=genome" +
"&hgta_outputType=primaryTable" +
"&hgta_doTopSubmit=";


It seems that something has changed on the back end, and this no longer works. 
Could someone please point me in the right direction to retrieve this data?

Any hints are greatly appreciated, Thanks,

- chris
_______________________________________________
Genome maillist  -  [email protected]
https://lists.soe.ucsc.edu/mailman/listinfo/genome

Reply via email to