Dear UCSC team, I often download the tab-separated tables from the table browser, and then I build a local mysql table reflecting this table (by creating a table with columns named and typed after the description of the "describe table schema"-button), and then I speed this table up by adding index keys.
This approach was okay as long as I worked only with a few tables but now I need to work and rapidly access entries in many tables. Is there a way of somehow directly downloading the tables in "mysql-format", if something like this exists (I do not have much experience with mysql), and then load the tables directly? What I want are just all the UCSC tables in my local mysql installation, for direct & fast access. But re-building all the tables manually and then loading the files into the tables, is not feasible. Thanks, Anton _______________________________________________ Genome maillist - [email protected] http://www.soe.ucsc.edu/mailman/listinfo/genome
