Good Morning Woody: Please try this command in your source tree directory src/hg/makeDb/trackDb/
$ hgsql -e "select count(*) from trackDb;" hg19 $ make GIT=echo EXTRA=-strict DBS=hg19 alpha $ hgsql -e "select count(*) from trackDb;" hg19 This load of the trackDb table with the -strict argument will load only tracks that actually have tables in your hg19 database. You should note the count of entries in the trackDb table will be lower after the 'make' command. --Hiram Woody Lin wrote: > By the way, currently, I have only imported two databases "hg19" and > "hgFixed". (all tables are imported) > Do I need extra databases? _______________________________________________ Genome maillist - [email protected] https://lists.soe.ucsc.edu/mailman/listinfo/genome
