Hi Oleksiy, the trackDb table in each mysql database contains track information. The "type" line in there tells you about the type of the the track. If you want to limit your analysis to tracks with a certain type of data (e.g. bed features).
select tableName, type from trackDb; Hope this helps, don't hesitate to email the list again if you have any other questions. cheers Max On Wed, Jun 15, 2011 at 6:32 AM, Oleksiy Karpenko <[email protected]> wrote: > Hi, > > Is there any way to automatically separate positional annotations > tables from the rest (raw signal, conservation, chains, etc) of the > tables in the mysql database? Like naming conventions, structure, or > some meta-data? > > Thank you, > Oleksiy Karpenko > _______________________________________________ > Genome maillist - [email protected] > https://lists.soe.ucsc.edu/mailman/listinfo/genome > _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
