diff summary.seqs.xml @ 1:03bc0aa0f9d2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
author iuc
date Thu, 18 May 2017 18:20:19 -0400
parents a8637d3ac14a
children b7c0b62e024a
line wrap: on
line diff
--- a/summary.seqs.xml	Fri Jun 24 16:51:58 2016 -0400
+++ b/summary.seqs.xml	Thu May 18 18:20:19 2017 -0400
@@ -4,8 +4,11 @@
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements"/>
+    <expand macro="stdio"/>
     <expand macro="version_command"/>
-    <command detect_errors="aggressive"><![CDATA[
+    <command><![CDATA[
+        @SHELL_OPTIONS@
+
         ## create symlinks to input datasets
         ln -s "$fasta" fasta.dat &&
         ln -s "$name" name.dat &&
@@ -23,6 +26,7 @@
         )'
         | sed 's/ //g'  ## mothur trips over whitespace
         | mothur
+        | tee mothur.out.log
     ]]></command>
     <inputs>
         <param name="fasta" type="data" format="fasta,mothur.align" label="fasta - Dataset"/>
@@ -57,12 +61,12 @@
 
 @MOTHUR_OVERVIEW@
 
-**Command Documenation**
+**Command Documentation**
 
 The summary.seqs_ command will summarize the quality of sequences in an unaligned or aligned fasta-formatted sequence file.
 
 
-.. _summary.seqs: http://www.mothur.org/wiki/Summary.seqs
+.. _summary.seqs: https://www.mothur.org/wiki/Summary.seqs
 ]]>
     </help>
     <expand macro="citations"/>