diff pcoa.xml @ 3:bda98cd0280d 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:47 -0500
parents 1db0331b2861
children 4324f5db21cc
line wrap: on
line diff
--- a/pcoa.xml	Tue Sep 05 16:24:42 2017 -0400
+++ b/pcoa.xml	Wed Feb 14 09:18:47 2018 -0500
@@ -7,18 +7,18 @@
     <expand macro="stdio"/>
     <expand macro="version_command"/>
     <command><![CDATA[
-        @SHELL_OPTIONS@
+@SHELL_OPTIONS@
 
-        ## create symlinks to input datasets
-        ln -s "$phylip" phylip.dat &&
+## create symlinks to input datasets
+ln -s '$phylip' phylip.dat &&
 
-        echo 'pcoa(
-            phylip=phylip.dat,
-            metric=$metric
-        )'
-        | sed 's/ //g'  ## mothur trips over whitespace
-        | mothur
-        | tee mothur.out.log
+echo 'pcoa(
+    phylip=phylip.dat,
+    metric=$metric
+)'
+| sed 's/ //g'  ## mothur trips over whitespace
+| mothur
+| tee mothur.out.log
     ]]></command>
     <inputs>
         <param name="phylip" type="data" format="mothur.dist,mothur.lower.dist,mothur.square.dist" label="phylip - Phylip Distance Matrix"/>
@@ -37,8 +37,7 @@
             <expand macro="logfile-test"/>
         </test>
     </tests>
-    <help>
-<![CDATA[
+    <help><![CDATA[
 
 @MOTHUR_OVERVIEW@
 
@@ -48,7 +47,7 @@
 
 .. _phylip-formatted_distance_matrix: https://www.mothur.org/wiki/Phylip-formatted_distance_matrix
 .. _pcoa: https://www.mothur.org/wiki/Pcoa
-]]>
-    </help>
+
+    ]]></help>
     <expand macro="citations"/>
 </tool>