Mercurial > repos > iuc > mothur_remove_otus
diff remove.otus.xml @ 1:b6f8dacd95cb 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:38 -0400 |
| parents | 8cef8feb87a7 |
| children | a7ee6371e854 |
line wrap: on
line diff
--- a/remove.otus.xml Fri Jun 24 16:47:47 2016 -0400 +++ b/remove.otus.xml Thu May 18 18:24:38 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 "$otu" otu.dat && ln -s "$group_in" group_in.dat && @@ -20,6 +23,7 @@ )' | sed 's/ //g' ## mothur trips over whitespace | mothur + | tee mothur.out.log ]]></command> <inputs> <param name="otu" type="data" format="mothur.list" label="list - OTU List"/> @@ -54,12 +58,12 @@ @MOTHUR_OVERVIEW@ -**Command Documenation** +**Command Documentation** The remove.otus_ command removes otus from a list_ containing sequences from a specific group or set of groups. -.. _list: http://www.mothur.org/wiki/List_file -.. _remove.otus: http://www.mothur.org/wiki/Remove.otus +.. _list: https://www.mothur.org/wiki/List_file +.. _remove.otus: https://www.mothur.org/wiki/Remove.otus ]]> </help>
