Good Morning George: You can find table definitions from the 'tableDescriptions' table in any of the genome databases. For example, from the human genome database hg19:
mysql --user=genome --host=genome-mysql.cse.ucsc.edu -A -e "select tableName,autoSqlDef from tableDescriptions;" hg19 --Hiram george wrote: > Hi All, > > I need to access the database with a program, > I know the MySQL access point is genome-mysql.cse.ucsc.edu, > Is there any document tells the mean of the tables and fields ? > > Thanks > george _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
