diff tool-data/deepTools_seqs.loc.sample @ 10:a68a771625d2 draft

Uploaded
author bgruening
date Tue, 29 Oct 2013 17:26:28 -0400
parents 09b65c12a75a
children
line wrap: on
line diff
--- a/tool-data/deepTools_seqs.loc.sample	Tue Sep 17 10:27:29 2013 -0400
+++ b/tool-data/deepTools_seqs.loc.sample	Tue Oct 29 17:26:28 2013 -0400
@@ -3,15 +3,15 @@
 #need to supply these files and then create a deepTools_seqs.loc file
 #similar to this one (store it in this directory) that points to
 #the directories in which those files are stored. The deepTools_seqs.loc
-#file has this format (white space characters are TAB characters):
+#file has this format:
 #
-#<unique_build_id><display_name><file_path>
+#<unique_build_id>	<display_name>	<file_path>
 #
 #So, for example, if your deepTools_seqs.loc began like this:
 #
-#hg18Human (Homo sapiens): hg18/depot/data2/galaxy/twobit/hg18.2bit
-#hg19Human (Homo sapiens): hg19/depot/data2/galaxy/twobit/hg19.2bit
-#mm9Mouse (Mus musculus): mm9/depot/data2/galaxy/twobit/mm9.2bit
+#hg18	Human (Homo sapiens): hg18	/depot/data2/galaxy/twobit/hg18.2bit
+#hg19	Human (Homo sapiens): hg19	/depot/data2/galaxy/twobit/hg19.2bit
+#mm9	Mouse (Mus musculus): mm9	/depot/data2/galaxy/twobit/mm9.2bit
 #
 #then your /depot/data2/galaxy/twobit/ directory
 #would need to contain the following 2bit files:
@@ -24,7 +24,4 @@
 #each file you have stored that you want to be available. Note that 
 #your files should all have the extension '2bit'.
 #
-#Note that for backwards compatibility with workflows, the unique ID of
-#an entry must be the path that was in the original loc file, because that
-#is the value stored in the workflow for that parameter. 
-#
+#Please note that the <unique_build_id> is also used as "Species name abbreviation".