changeset 3:6e90882d79fd draft default tip

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/bracken commit e1ec0fd1cd376da80db0a7b3fa54bcf0e85ec1bb-dirty
author dfornika
date Thu, 19 Sep 2019 19:28:17 -0400
parents 463f5d279974
children
files est-abundance.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/est-abundance.xml	Thu Aug 01 13:21:15 2019 -0400
+++ b/est-abundance.xml	Thu Sep 19 19:28:17 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="est_abundance" name="Estimate Abundance at Taxonomic Level" version="@VERSION@">
+<tool id="est_abundance" name="Estimate Abundance at Taxonomic Level" version="@VERSION@+galaxy0">
     <description>Bayesian Reestimation of Abundance with KrakEN</description>
     <macros>
         <import>macros.xml</import>
@@ -30,10 +30,9 @@
             <option value="P">Phylum</option>
             <option value="D">Domain</option>
         </param>
-        <param name="threshold" type="integer" value="10" label="Number of mismatches allowed when matching tag" help="Threshold for the minimum number of reads kraken must
-                        assign to a classification for that classification to
-                        be considered in the final abundance estimation." />
-        
+        <param name="threshold" type="integer" value="10" label="Number of mismatches allowed when matching tag"
+	       help="Threshold for the minimum number of reads kraken must assign to a classification for that 
+                     classification to be considered in the final abundance estimation." />
     </inputs>
 
     <outputs>
--- a/macros.xml	Thu Aug 01 13:21:15 2019 -0400
+++ b/macros.xml	Thu Sep 19 19:28:17 2019 -0400
@@ -1,5 +1,5 @@
 <macros>
-    <token name="@VERSION@">2.2</token>
+    <token name="@VERSION@">2.5</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">bracken</requirement>