https://github.com/galaxyproject/galaxy
Raw File
Tip revision: d266bee81d598415f98e900230aa80ad64f1743e authored by John Chilton on 04 July 2020, 15:46:37 UTC
Version 20.5.0 of test-driver (tag galaxy-test-driver-20.5.0).
Tip revision: d266bee
regions.loc.sample
#This is a sample file distributed with Galaxy that is used by some
#ENCODE tools.  The regions.loc file has this format (white space 
#characters are TAB characters):
#
#<build>	<uid>	<region_description>	<file_path>
#
#So, for example, if you had ENCODE Regions for build hg16 stored in 
#/depot/data2/galaxy/regions/encode_regions_coords_hg16.bed, then the
#regions.loc entry would look like this:
#
#hg16	encode_hg16	ENCODE Regions	/depot/data2/galaxy/regions/encode_regions_coords_hg16.bed
#
#and your /depot/data2/galaxy/regions/ directory would 
#contain all of your regions files (e.g.):
#
#-rw-r--r--   1 dan  g2cache 1367 2006-03-14 13:55 encode_regions_coords_hg16.bed
#-rw-r--r--   1 dan  g2cache 1367 2006-03-14 13:53 encode_regions_coords_hg17.bed
#...etc...
#
#Your regions.loc file should include an entry per line for each region 
#file you have stored.  For example:
#
#hg16	encode_hg16	ENCODE Regions	/depot/data2/galaxy/regions/encode_regions_coords_hg16.bed 
#hg17	encode_hg17	ENCODE Regions	/depot/data2/galaxy/regions/encode_regions_coords_hg17.bed
back to top