diff tool-data/ceas.loc.sample @ 0:8b25779ee261 draft

Uploaded initial version to test toolshed.
author pjbriggs
date Wed, 28 Jan 2015 04:50:01 -0500
parents
children 4e2883bb058d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/ceas.loc.sample	Wed Jan 28 04:50:01 2015 -0500
@@ -0,0 +1,17 @@
+#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):
+#
+#<dbkey> <Description>	<PathToGdbFile>
+#
+#For example:
+#
+#hg18	Human (hg18)	/home/galaxy/genomes/ceaslib/GeneTable/hg18
+#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.