Mercurial > repos > pjbriggs > ceas
comparison tool-data/ceas.loc.sample @ 0:f411ce97a351 draft
Uploaded initial version 1.0.2-2
author | pjbriggs |
---|---|
date | Tue, 30 Jun 2015 07:08:05 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f411ce97a351 |
---|---|
1 #This is a sample file distributed with Galaxy that is used by the | |
2 #ceas tool. The ceas.loc file has this format (white space | |
3 #characters are TAB characters): | |
4 # | |
5 #<unique_build> <dbkey> <Description> <PathToGdbFile> | |
6 # | |
7 #For example: | |
8 # | |
9 #hg18_illumina_pe hg18 Human (hg18) /home/galaxy/genomes/ceaslib/GeneTable/hg18 | |
10 #mm9_generic mm9 Mouse (mm9) /home/galaxy/genomes/ceaslib/GeneTable/mm9 | |
11 #...etc... | |
12 # | |
13 # The GDB files are sqlite databases containing the RefSeq genes for | |
14 # the organism in question | |
15 # | |
16 #This file should be placed in galaxy's tool-data directory when the | |
17 #ceas tool is installed. |