mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-17 16:41:31 +08:00
21 lines
876 B
Plaintext
21 lines
876 B
Plaintext
#This is a sample file distributed with Galaxy that lists the BigWig files
|
|
#available for use with the add_scores (phyloP interspecies conservation
|
|
#scores) tool. You will need to supply these BigWig files and then create
|
|
#an add_scores.loc file similar to this one (store it in this directory)
|
|
#that lists their locations. The add_scores.loc file has the following
|
|
#format (white space characters are TAB characters):
|
|
#
|
|
#<build> <BigWig_file_path>
|
|
#
|
|
#So, for example, if your add_scores.loc began like this:
|
|
#
|
|
#hg18 /galaxy/data/hg18/misc/phyloP44way.primate.bw
|
|
#
|
|
#then your /galaxy/data/hg18/misc/ directory would need to contain a
|
|
#BigWig file named phyloP44way.primate.bw, among others:
|
|
#
|
|
#-rw-r--r-- 1 g2data g2data 6057387572 Nov 23 10:11 phyloP44way.primate.bw
|
|
#
|
|
#hg18 /galaxy/data/hg18/misc/phyloP44way.primate.bw
|
|
#hg19 /galaxy/data/hg19/misc/phyloP46way.primate.bw
|