view tool-data/ceas.loc.sample @ 2:d2283cca00cd draft

CEAS tool version 1.0.2-3: updates to get R 3.1.2 and bx-python 0.7.1 dependencies from the toolshed.
author pjbriggs
date Tue, 18 Oct 2016 09:31:10 -0400
parents f411ce97a351
children
line wrap: on
line source

#This is a sample file distributed with Galaxy that is used by the
#ceas tool. The ceas.loc file has this format (white space 
#characters are TAB characters):
#
#<unique_build>	<dbkey> <Description>	<PathToGdbFile>
#
#For example:
#
#hg18_illumina_pe	hg18	Human (hg18)	/home/galaxy/genomes/ceaslib/GeneTable/hg18
#mm9_generic	mm9	Mouse (mm9)	/home/galaxy/genomes/ceaslib/GeneTable/mm9
#...etc...
#
# The GDB files are sqlite databases containing the RefSeq genes for
# the organism in question
#
#This file should be placed in galaxy's tool-data directory when the
#ceas tool is installed.