diff tool-data/bwameth_indexes.loc.sample @ 20:5924e53ef39c draft default tip

Uploaded
author dpryan79
date Thu, 15 Sep 2016 04:57:12 -0400
parents 596690559dab
children
line wrap: on
line diff
--- a/tool-data/bwameth_indexes.loc.sample	Wed Sep 14 07:54:59 2016 -0400
+++ b/tool-data/bwameth_indexes.loc.sample	Thu Sep 15 04:57:12 2016 -0400
@@ -1,10 +1,15 @@
 # This is a sample file distributed with Galaxy that is used to define a
 # list of bwa-meth indices, using three columns tab separated:
 #
-# bwameth_index_id\tSome description text\t/path/to/genome.fasta
+# <unique_build_id>	<dbkey>	<display_name>	<genome_fasta_file_path>
 #
 # An index can be created with the following command:
 #
 # bwameth.py index /some/path/genome.fa
 #
 # "/some/path/genome.fa" would then be the last column in the line
+# If this were for the mm10 mouse genome, the resulting entry would look like:
+#
+#mm9	mm9	Mouse (mm9)	/some/path/genome.fa
+#
+#