Mercurial > repos > iuc > mothur_deunique_tree
diff deunique.tree.xml @ 0:049d12e3c803 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 180a403421967d36f995941b1a4561349d75cfc5
| author | iuc |
|---|---|
| date | Fri, 24 Jun 2016 16:29:40 -0400 |
| parents | |
| children | aad21e59489e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deunique.tree.xml Fri Jun 24 16:29:40 2016 -0400 @@ -0,0 +1,54 @@ +<tool profile="16.07" id="mothur_deunique_tree" name="Deunique.tree" version="@WRAPPER_VERSION@.0"> + <description>Reinsert the redundant sequence identiers back into a unique tree.</description> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements"/> + <expand macro="version_command"/> + <command detect_errors="aggressive"><![CDATA[ + ## create symlinks to input datasets + ln -s "$tree" tree.dat && + ln -s "$names" names.dat && + + echo 'deunique.tree( + tree=tree.dat, + name=names.dat + )' + | sed 's/ //g' ## mothur trips over whitespace + | mothur + ]]></command> + <inputs> + <param name="tree" type="data" format="tre" label="tree - Sequences to filter"/> + <param name="names" type="data" format="mothur.names" label="names - Sequences Name reference"/> + </inputs> + <outputs> + <expand macro="logfile-output"/> + <data name="out_tree" format_source="tree" from_work_dir="tree*.deunique.tre" label="${tool.name} on ${on_string}: deunique.tre"/> + </outputs> + <tests> + <test> + <param name="tree" value="treetest.tre"/> + <param name="names" value="treetest.names"/> + <output name="out_tree" file="treetest.deunique.tre"/> + <expand macro="logfile-test"/> + </test> + </tests> + <help> +<![CDATA[ + +@MOTHUR_OVERVIEW@ + + +**Command Documenation** + +The deunique.tree_ command is the reinserts the redundant sequence identiers back into a unique tree using a name_ file. + +.. _name: http://www.mothur.org/wiki/Name_file +.. _deunique.tree: http://www.mothur.org/wiki/Deunique.tree + +v1.21.0: Updated to Mothur 1.33 + +]]> + </help> + <expand macro="citations"/> +</tool>
