Mercurial > repos > pjbriggs > ceas
comparison tool-data/ceas.loc.sample @ 4:4e2883bb058d draft
Synchronise version with one on main toolshed (version of 30/06/2015)
author | pjbriggs |
---|---|
date | Wed, 10 Aug 2016 11:04:42 -0400 |
parents | 8b25779ee261 |
children |
comparison
equal
deleted
inserted
replaced
3:82df5af2995f | 4:4e2883bb058d |
---|---|
1 #This is a sample file distributed with Galaxy that is used by the | 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 | 2 #ceas tool. The ceas.loc file has this format (white space |
3 #characters are TAB characters): | 3 #characters are TAB characters): |
4 # | 4 # |
5 #<dbkey> <Description> <PathToGdbFile> | 5 #<unique_build> <dbkey> <Description> <PathToGdbFile> |
6 # | 6 # |
7 #For example: | 7 #For example: |
8 # | 8 # |
9 #hg18 Human (hg18) /home/galaxy/genomes/ceaslib/GeneTable/hg18 | 9 #hg18_illumina_pe hg18 Human (hg18) /home/galaxy/genomes/ceaslib/GeneTable/hg18 |
10 #mm9 Mouse (mm9) /home/galaxy/genomes/ceaslib/GeneTable/mm9 | 10 #mm9_generic mm9 Mouse (mm9) /home/galaxy/genomes/ceaslib/GeneTable/mm9 |
11 #...etc... | 11 #...etc... |
12 # | 12 # |
13 # The GDB files are sqlite databases containing the RefSeq genes for | 13 # The GDB files are sqlite databases containing the RefSeq genes for |
14 # the organism in question | 14 # the organism in question |
15 # | 15 # |