changeset 3:ca70ffc00185 draft

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
author dfornika
date Wed, 11 Sep 2019 23:50:33 -0400
parents cf3e9a68d558
children d6423655d2b5
files blast_report_templates.loc.sample tool_data_table_conf.xml.sample
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/blast_report_templates.loc.sample	Wed Sep 11 23:50:33 2019 -0400
@@ -0,0 +1,7 @@
+# Expect three columns, tab separated, as follows:
+# - value (Galaxy records this in the Galaxy DB)
+# - name (Galaxy shows this in the UI)
+# - path (folder name containing the Kraken DB)
+#
+# e.g.
+# template1<tab>Template 1<tab>/path/to/templates/template1.templ
--- a/tool_data_table_conf.xml.sample	Wed Sep 11 23:34:31 2019 -0400
+++ b/tool_data_table_conf.xml.sample	Wed Sep 11 23:50:33 2019 -0400
@@ -5,4 +5,8 @@
         <columns>value, name, path</columns>
         <file path="tool-data/blast_report_bins.loc" />
     </table>
-</tables>
\ No newline at end of file
+    <table name="blast_report_templates" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="tool-data/blast_report_templates.loc" />
+    </table>
+</tables>