diff merge.taxsummary.xml @ 2:297f3f6ad488 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 3418f23b9768f5aafb86488f5ec1cb97530d4fb3
author iuc
date Tue, 20 Mar 2018 22:26:37 -0400
parents 8eebcd1d81b0
children
line wrap: on
line diff
--- a/merge.taxsummary.xml	Tue Sep 05 16:50:18 2017 -0400
+++ b/merge.taxsummary.xml	Tue Mar 20 22:26:37 2018 -0400
@@ -7,24 +7,25 @@
     <expand macro="stdio"/>
     <expand macro="version_command"/>
     <command><![CDATA[
-        @SHELL_OPTIONS@
+@SHELL_OPTIONS@
 
-        ## create symlinks to input datasets
-        #for $i in $input:
-            ln -s "$i" input${input.index($i)}.dat &&
-        #end for
+## create symlinks to input datasets
+#for $i in $input:
+    ln -s '$i' input${input.index($i)}.dat &&
+#end for
 
-        echo 'merge.taxsummary(
-            input=#for $i in $input#input${input.index($i)}.dat-#end for#,
-            output=$output
-        )'
-        | sed 's/ //g'  ## mothur trips over whitespace
-        | sed 's/-,/,/g'
-        | mothur
-        | tee mothur.out.log
+echo 'merge.taxsummary(
+    input=#for $i in $input#input${input.index($i)}.dat-#end for#,
+    output=$output
+)'
+| sed 's/ //g'  ## mothur trips over whitespace
+| sed 's/-,/,/g'
+| mothur
+| tee mothur.out.log
     ]]></command>
     <inputs>
         <param name="input" type="data" format="mothur.tax.summary" multiple="true" label="input - tax.summary files"/>
+        <expand macro="param-savelog"/>
     </inputs>
     <outputs>
         <expand macro="logfile-output"/>
@@ -33,12 +34,12 @@
     <tests>
         <test>
             <param name="input" value="amazon.wang.knn.tax.summary,amazon.silva.wang.tax.summary"/>
-            <output name="output" md5="6e1276cc740b03d5407a3707322e1ee3" ftype="mothur.tax.summary"/>
+            <output name="output" md5="7175d0709a1e4622d0710e79dd52801b" ftype="mothur.tax.summary"/>
+            <param name="savelog" value="true"/>
             <expand macro="logfile-test"/>
         </test>
     </tests>
-    <help>
-<![CDATA[
+    <help><![CDATA[
 
 @MOTHUR_OVERVIEW@
 
@@ -50,7 +51,6 @@
 
 .. _merge.taxsummary: https://www.mothur.org/wiki/Merge.taxsummary
 
-]]>
-    </help>
+    ]]></help>
     <expand macro="citations"/>
 </tool>