changeset 1:624f77d91a11 draft

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/chewbbaca commit 66a9f18802686a105b392e73e82c0078d0cdf2a4"
author dfornika
date Fri, 24 Jan 2020 00:20:24 +0000
parents 42858df73d3b
children 7a048a2ed2e7
files chewbbaca_allelecall.xml tool_data_table_conf.xml.sample
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chewbbaca_allelecall.xml	Fri Jan 24 00:12:19 2020 +0000
+++ b/chewbbaca_allelecall.xml	Fri Jan 24 00:20:24 2020 +0000
@@ -11,7 +11,6 @@
           --st '${size_threshold}'
         ]]>
     </command>
-
     <inputs>
         <conditional name="prodigal_training_file_source">
             <param name="prodigal_training_file_source_selector" type="select"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample	Fri Jan 24 00:20:24 2020 +0000
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<tables>
+    <!-- Locations of chewbbaca prodigal training files in the required format -->
+    <table name="chewbbaca_prodigal_training_files" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="tool-data/chewbbaca_prodigal_training_files.loc" />
+    </table>
+</tables>