diff get.group.xml @ 3:69755983dd89 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
author iuc
date Wed, 14 Feb 2018 09:18:16 -0500
parents 583954d9f36e
children 4ed76951fcfb
line wrap: on
line diff
--- a/get.group.xml	Tue Sep 05 16:13:35 2017 -0400
+++ b/get.group.xml	Wed Feb 14 09:18:16 2018 -0500
@@ -7,26 +7,26 @@
     <expand macro="stdio"/>
     <expand macro="version_command"/>
     <command><![CDATA[
-        @SHELL_OPTIONS@
+@SHELL_OPTIONS@
 
-        ## create symlinks to input datasets
-        ln -s "$otu" otu.dat &&
+## create symlinks to input datasets
+ln -s '$shared' shared.dat &&
 
-        echo 'get.group(
-            shared=otu.dat
-        )'
-        | sed 's/ //g'  ## mothur trips over whitespace
-        | mothur
-        | tee mothur.out.log &&
+echo 'get.group(
+    shared=shared.dat
+)'
+| sed 's/ //g'  ## mothur trips over whitespace
+| mothur
+| tee mothur.out.log &&
 
-        ## parse relevant output from logfile to file
-        cat mothur.*.logfile
-        | head -n-6
-        | sed '1,29d'
-        > "$bootgroups"
+## parse relevant output from logfile to file
+cat mothur.*.logfile
+| head -n-6
+| sed '1,30d'
+> "$bootgroups"
     ]]></command>
     <inputs>
-        <param name="otu" type="data" format="mothur.shared" label="shared - OTU Shared"/>
+        <param argument="shared" type="data" format="mothur.shared" label="shared - OTU Shared"/>
     </inputs>
     <outputs>
         <expand macro="logfile-output"/>
@@ -34,13 +34,12 @@
     </outputs>
     <tests>
         <test>
-            <param name="otu" value="amazon.an.shared" ftype="mothur.shared"/>
+            <param name="shared" value="amazon.an.shared" ftype="mothur.shared"/>
             <output name="bootgroups" md5="93b9f7ead2ee04f056e77b5bb94ea0dd"/>
             <expand macro="logfile-test"/>
         </test>
     </tests>
-    <help>
-<![CDATA[
+    <help><![CDATA[
 
 @MOTHUR_OVERVIEW@
 
@@ -51,7 +50,7 @@
 .. _get.group: https://www.mothur.org/wiki/Get.group
 
 v.1.20.0: Updated to Mothur 1.33
-]]>
-    </help>
+
+    ]]></help>
     <expand macro="citations"/>
 </tool>