comparison pplacer.xml @ 6:3c50a937d7c1 draft

Uploaded
author bcclaywell
date Wed, 15 Apr 2015 19:14:23 -0400
parents d4690e65afcd
children
comparison
equal deleted inserted replaced
5:2d023c621bd0 6:3c50a937d7c1
1 <tool id="PHYLO_pplacer" name="Place aligned sequences" version="1.0.0"> 1 <tool id="PHYLO_pplacer" name="Place aligned sequences" version="1.0.0">
2 <description>on a reference tree</description> 2 <description>on a reference tree</description>
3 <macros>
4 <import>macros.xml</import>
5 </macros>
3 <requirements> 6 <requirements>
4 <requirement type="package">yapp_env</requirement> 7 <requirement type="package">yapp_env</requirement>
5 </requirements> 8 </requirements>
6 <macros> 9 <stdio>
7 <import>macros.xml</import> 10 <expand macro="basic_errors"/>
8 </macros> 11 </stdio>
9 <version_command>echo "pplacer $(pplacer --version)"</version_command> 12 <version_command>echo "pplacer $(pplacer --version)"</version_command>
10 <command interpreter="bash"> 13 <command interpreter="bash">
11 pplacer-wrapper.sh ${config} 14 pplacer-wrapper.sh ${config}
12 </command> 15 </command>
13 <stdio>
14 <expand macro="basic_errors"/>
15 </stdio>
16 <inputs> 16 <inputs>
17 <param name="refpkg" type="data" format="refpkg" label="Reference package"/> 17 <param name="refpkg" type="data" format="refpkg" label="Reference package"/>
18 <param name="query_seqs" type="data" format="fasta" label="Query alignment"/> 18 <param name="query_seqs" type="data" format="fasta" label="Query alignment"/>
19 </inputs> 19 </inputs>
20 <outputs> 20 <outputs>
39 39
40 This tool places query sequences on a fixed reference phylogenetic tree 40 This tool places query sequences on a fixed reference phylogenetic tree
41 according to a reference alignment, producing taxonomic annotations which can 41 according to a reference alignment, producing taxonomic annotations which can
42 be used for classification and visualization. 42 be used for classification and visualization.
43 43
44 -----
45
46 **Citation**
47
48 Matsen F, Kodner R, Armbrust E V: **pplacer: linear time maximum-likelihood and
49 Bayesian phylogenetic placement of sequences onto a fixed reference tree**. BMC
50 Bioinformatics 2010, **11**:1.
51
52 </help> 44 </help>
45 <citations>
46 <expand macro="cite_pplacer"/>
47 </citations>
53 </tool> 48 </tool>