Revision f722e122f723ec37b95aa669a1f60f53260e0f71 authored by Matthias Bernt on 08 June 2023, 13:54:28 UTC, committed by Matthias Bernt on 08 June 2023, 13:54:28 UTC
1 parent 1ee21e3
Raw File
add_scores.loc.sample
#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
back to top