Mercurial > repos > iuc > mothur_classify_otu
diff classify.otu.xml @ 1:225b9e8ba32d 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:15:05 -0400 |
| parents | 21adc0e62211 |
| children | ccbf829666b6 |
line wrap: on
line diff
--- a/classify.otu.xml Fri Jun 24 17:36:21 2016 -0400 +++ b/classify.otu.xml Thu May 18 18:15:05 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 "$tax.taxonomy" tax.taxonomy.dat && @@ -42,6 +45,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 "/> @@ -164,13 +168,13 @@ @MOTHUR_OVERVIEW@ -**Command Documenation** +**Command Documentation** The classify.otu_ command assigns sequences to chosen taxonomy outline. The basis parameter allows you indicate what you want the summary file to represent, options are otu and sequence. Default is otu. For example consider the following basis=sequence could give Clostridiales 3 105 16 43 46, where 105 is the total number of sequences whose otu classified to Clostridiales. 16 is the number of sequences in the otus from groupA, 43 is the number of sequences in the otus from groupB, and 46 is the number of sequences in the otus from groupC. Now for basis=otu could give Clostridiales 3 7 6 1 2, where 7 is the number of otus that classified to Clostridiales. 6 is the number of otus containing sequences from groupA, 1 is the number of otus containing sequences from groupB, and 2 is the number of otus containing sequences from groupC. -.. _classify.otu: http://www.mothur.org/wiki/Classify.otu +.. _classify.otu: https://www.mothur.org/wiki/Classify.otu v1.21.0: Updated to use Mothur 1.33. Added count parameter (1.28.0) and persample parameter (1.29.0) ]]>
