jksrc / hgBbiDbLink / bigBedやbigWigファイルをloadする

src/hg/makeDb/trackDb/READMEより。

The database loading procedure is
      hgBbiDbLink hg19 myLocalBigWig /gbdb/hg18/bbi/myLocalBigWig.bw
which is equivalent to:
  hgsql hg19 -e 'drop table if exists myLocalBigWig; \
        create table myLocalBigWig (fileName varchar(255) not null); \
        insert into myLocalBigWig values
        ("/gbdb/hg19/bbi/myLocalBigWig.bw");'
I believe this works even if the entry is a URL to a remote bigWig file.

こちらも参考に。

http://www.mail-archive.com/genome@lists.soe.ucsc.edu/msg00924.html