diff stacks_pstacks.xml @ 4:77e29e6a6101 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit 643293a896a2ccfac10fe995f48c7f01c1a89a7f
author iuc
date Mon, 26 Sep 2016 11:45:03 -0400
parents fede8a808d36
children c9413b0ba604
line wrap: on
line diff
--- a/stacks_pstacks.xml	Sat Jun 25 17:27:31 2016 -0400
+++ b/stacks_pstacks.xml	Mon Sep 26 11:45:03 2016 -0400
@@ -1,4 +1,4 @@
-<tool id="stacks_pstacks" name="Stacks: pstacks" version="@WRAPPER_VERSION@.2">
+<tool id="stacks_pstacks" name="Stacks: pstacks" version="@WRAPPER_VERSION@.0">
     <description>find stacks from short reads mapped to a reference genome</description>
     <macros>
         <import>macros.xml</import>
@@ -80,10 +80,9 @@
 
     <outputs>
         <data format="txt" name="output_log" label="pstacks.log with ${tool.name} on ${on_string}" from_work_dir="pstacks.log" />
-
         <collection name="tabs" type="list" label="Stacks from ${on_string}">
             <discover_datasets pattern="(?P&lt;name&gt;.+\.tags)\.tsv$" ext="tabular" directory="stacks_outputs" />
-            <discover_datasets pattern="(?P&lt;name&gt;.+\.snps)\.tsv$" ext="tabular" directory="stacks_outputs" />>
+            <discover_datasets pattern="(?P&lt;name&gt;.+\.snps)\.tsv$" ext="tabular" directory="stacks_outputs" />
             <discover_datasets pattern="(?P&lt;name&gt;.+\.alleles)\.tsv$" ext="tabular" directory="stacks_outputs" />
             <discover_datasets pattern="(?P&lt;name&gt;.+\.models)\.tsv$" ext="tabular" directory="stacks_outputs" />
         </collection>
@@ -164,4 +163,3 @@
     </help>
     <expand macro="citation" />
 </tool>
-