Hi,

We installed a minimal genome browser locally with hg18 only. We want to
load generated wig files (human hg18) so we can view them on local browser.
We used wigEncode to generate wig and wib files.

peak$ wigEncode PolII_eland_sorted2.wig PolII.wig PolII.wib
Converted PolII_eland_sorted2.wig, upper limit 4385.00, lower limit 2.00

then
mysql> create database pol2;

copy system-wide hg.conf to my folder as .hg.conf

~]$ /opt/kent/hgLoadWiggle pol2 xxx PolII.wig

Can't start query:
select * from chromInfo

mySQL error 1146: Table 'pol2.chromInfo' doesn't exist

Please show me how to load wig files to local mysql database.

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

Reply via email to