diff shhh.flows.xml @ 3:f81c31175734 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:39:30 -0500
parents a83120484b45
children 7c6d3b202d86
line wrap: on
line diff
--- a/shhh.flows.xml	Tue Sep 05 16:01:05 2017 -0400
+++ b/shhh.flows.xml	Wed Feb 14 09:39:30 2018 -0500
@@ -7,28 +7,28 @@
     <expand macro="stdio"/>
     <expand macro="version_command"/>
     <command><![CDATA[
-        @SHELL_OPTIONS@
+@SHELL_OPTIONS@
 
-        ## create symlinks to input datasets
-        ln -s '$flow' flow.dat &&
-        ln -s '$prob.lookup' lookup.dat &&
+## create symlinks to input datasets
+ln -s '$flow' flow.dat &&
+ln -s '$prob.lookup' lookup.dat &&
 
-        ## Mothur can't handle scientific notation (i.e. 1e-6)
-        #set mindelta_decimal = "{:.12f}".format(float($mindelta))
-        echo 'shhh.flows(
-            flow=flow.dat,
-            lookup=lookup.dat,
-            maxiter=$maxiter,
-            mindelta=$mindelta_decimal,
-            cutoff=$cutoff,
-            sigma=$sigma,
-            order=$order,
-            large=$large,
-            processors='\${GALAXY_SLOTS:-8}'
-        )'
-        | sed 's/ //g'  ## mothur trips over whitespace
-        | mothur
-        | tee mothur.out.log
+## Mothur can't handle scientific notation (i.e. 1e-6)
+#set mindelta_decimal = "{:.12f}".format(float($mindelta))
+echo 'shhh.flows(
+    flow=flow.dat,
+    lookup=lookup.dat,
+    maxiter=$maxiter,
+    mindelta=$mindelta_decimal,
+    cutoff=$cutoff,
+    sigma=$sigma,
+    order=$order,
+    large=$large,
+    processors='\${GALAXY_SLOTS:-8}'
+)'
+| sed 's/ //g'  ## mothur trips over whitespace
+| mothur
+| tee mothur.out.log
     ]]></command>
     <inputs>
         <param name="flow" type="data" format="mothur.sff.flow" label="flow - flowgram data" help="Use sffinfo to generate flow data from an sff file and usually trimmed by trim.flows"/>
@@ -74,8 +74,7 @@
             <expand macro="logfile-test"/>
         </test>
     </tests>
-    <help>
-<![CDATA[
+    <help><![CDATA[
 
 @MOTHUR_OVERVIEW@
 
@@ -85,7 +84,6 @@
 
 .. _shhh.flows: https://www.mothur.org/wiki/Shhh.flows
 
-]]>
-    </help>
+    ]]></help>
     <expand macro="citations"/>
 </tool>