diff remove.lineage.xml @ 1:b4939bc52ca7 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:24:59 -0400
parents 152eaafb14ba
children 702f118f52f9
line wrap: on
line diff
--- a/remove.lineage.xml	Fri Jun 24 16:47:08 2016 -0400
+++ b/remove.lineage.xml	Thu May 18 18:24:59 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@
+
         #import re
         ## create symlinks to input datasets
         ln -s "$file.taxonomy" file.taxonomy.dat &&
@@ -60,6 +63,7 @@
         )'
         | sed 's/ //g'  ## mothur trips over whitespace
         | mothur
+        | tee mothur.out.log
     ]]></command>
     <inputs>
         <conditional name="file">
@@ -191,16 +195,16 @@
 
 @MOTHUR_OVERVIEW@
 
-**Command Documenation**
+**Command Documentation**
 
 The remove.lineage_ command reads a taxonomy_ file and a taxon and generates a new file that contains only the sequences in the that are not from that taxon. You may also include either a fasta, name_, group_, list_, or align.report_ file to this command and mothur will generate new files for each of those containing only the selected sequences.
 
-.. _taxonomy: http://www.mothur.org/wiki/Taxonomy_outline
-.. _name: http://www.mothur.org/wiki/Name_file
-.. _group: http://www.mothur.org/wiki/Group_file
-.. _list: http://www.mothur.org/wiki/List_file
-.. _align.report: http://www.mothur.org/wiki/Align.seqs
-.. _remove.lineage: http://www.mothur.org/wiki/Remove.lineage
+.. _taxonomy: https://www.mothur.org/wiki/Taxonomy_outline
+.. _name: https://www.mothur.org/wiki/Name_file
+.. _group: https://www.mothur.org/wiki/Group_file
+.. _list: https://www.mothur.org/wiki/List_file
+.. _align.report: https://www.mothur.org/wiki/Align.seqs
+.. _remove.lineage: https://www.mothur.org/wiki/Remove.lineage
 
 ]]>
     </help>