1 | #This is a sample file distributed with Galaxy that enables tools to use a |
---|
2 | #directory of gzipped genome files for use with add_scores. You will need to |
---|
3 | #supply these files and then create a add_scores.loc file similar to this one |
---|
4 | #(store it in this directory) that points to the directories in which those |
---|
5 | #files are stored. The add_scores.loc file has this format (white space |
---|
6 | #characters are TAB characters): |
---|
7 | # |
---|
8 | #<build> <file_path> |
---|
9 | # |
---|
10 | #So, for example, if your add_scores.loc began like this: |
---|
11 | # |
---|
12 | #hg18 /galaxy/data/hg18/misc/phyloP |
---|
13 | # |
---|
14 | #then your /galaxy/data/hg18/misc/phyloP directory would need to contain |
---|
15 | #the following gzipped files, among others: |
---|
16 | # |
---|
17 | #-rw-r--r-- 1 g2data g2data 161981190 2010-03-19 12:48 chr10.phyloP44way.primate.wigFix.gz |
---|
18 | #-rw-r--r-- 1 g2data g2data 54091 2010-03-19 12:56 chr10_random.phyloP44way.primate.wigFix.gz |
---|
19 | #-rw-r--r-- 1 g2data g2data 158621990 2010-03-19 12:46 chr11.phyloP44way.primate.wigFix.gz |
---|
20 | # |
---|
21 | #hg18 /galaxy/data/hg18/misc/phyloP |
---|