changeset 16:5d0768399bd1 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit 619031b21597c5b7e7753ae37edda7ccd0f85829
author chrisd
date Sun, 09 Oct 2016 06:12:31 -0400
parents 92c91dccf7de
children a54c93a53507
files resistome_analyzer.xml
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/resistome_analyzer.xml	Sun Oct 09 05:54:18 2016 -0400
+++ b/resistome_analyzer.xml	Sun Oct 09 06:12:31 2016 -0400
@@ -11,6 +11,10 @@
 	  -ref_fp $reference
 	  -annot_fp $annotation
 	  -sam_fp $sam
+	  -gene_fp $gene
+	  -mech_fp $mech
+	  -class_fp $class
+	  -group_fp $group
     ]]></command>
     <inputs>
 	<param type="data" name="reference" format="fasta" label="Reference sequence" />
@@ -18,9 +22,10 @@
 	<param type="data" name="annotation" format="csv" label="Annotation file" />
     </inputs>
     <outputs>
-	<data format="txt" name="report">
-                <discover_datasets pattern="(?P&lt;name&gt;.*)" ext="tabular" directory="working" visible="true" />
-        </data>
+	<data name="gene" format="txt" />
+	<data name="mech" format="txt" />
+	<data name="class" format="txt" />
+	<data name="group" format="txt" />
     </outputs>
     <citations>
     </citations>