changeset 33:9cb16a35cf98 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit cf7a3674bc833bbd5fdd2ad02e724935ffc7a174
author iuc
date Tue, 05 Sep 2017 15:39:56 -0400
parents b0d5e752c0c5
children ada98688209b
files tool-data/dbkeys.loc tool-data/dbkeys.loc.sample
diffstat 2 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/tool-data/dbkeys.loc	Tue Sep 05 09:51:56 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#This file lists the locations and dbkeys of all the genome files
-#See here for details: http://bedtools.readthedocs.io/en/latest/content/general-usage.html#genome-file-format
-#You can add elements to this data table using the data_manager_fetch_genome_dbkeys_all_fasta data manager.
-#Alternatively, index files created using samtools faidx (http://www.htslib.org/doc/faidx.html) contain 3 extra columns, but work fine.
-#This file has the format (white space characters are TAB characters):
-#
-#<dbkey>	<display_name>	<file_path>
-#
-#So, dbkeys.loc could look something like this:
-#
-#apiMel3	Honeybee (Apis mellifera): apiMel3	/path/to/genome/apiMel3/apiMel3.len
-#hg19	Human (Homo sapiens): hg19 Canonical	/path/to/genome/hg19/hg19canon.len
-#
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/dbkeys.loc.sample	Tue Sep 05 15:39:56 2017 -0400
@@ -0,0 +1,13 @@
+#This file lists the locations and dbkeys of all the genome files
+#See here for details: http://bedtools.readthedocs.io/en/latest/content/general-usage.html#genome-file-format
+#You can add elements to this data table using the data_manager_fetch_genome_dbkeys_all_fasta data manager.
+#Alternatively, index files created using samtools faidx (http://www.htslib.org/doc/faidx.html) contain 3 extra columns, but work fine.
+#This file has the format (white space characters are TAB characters):
+#
+#<dbkey>	<display_name>	<file_path>
+#
+#So, dbkeys.loc could look something like this:
+#
+#apiMel3	Honeybee (Apis mellifera): apiMel3	/path/to/genome/apiMel3/apiMel3.len
+#hg19	Human (Homo sapiens): hg19 Canonical	/path/to/genome/hg19/hg19canon.len
+#