comparison preprocessing.xml @ 6:3c50a937d7c1 draft

Uploaded
author bcclaywell
date Wed, 15 Apr 2015 19:14:23 -0400
parents 221a97bf686d
children
comparison
equal deleted inserted replaced
5:2d023c621bd0 6:3c50a937d7c1
1 <tool id="PHYLO_preprocessing" name="Deduplicate sequences" version="3.0.0"> 1 <tool id="PHYLO_preprocessing" name="Deduplicate sequences" version="3.0.0">
2 <description>in preparation for alignment and placement</description> 2 <description>in preparation for alignment and placement</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 "guppy $(guppy --version)"</version_command> 12 <version_command>echo "pplacer $(pplacer --version)"</version_command>
10 <command interpreter="bash"> 13 <command interpreter="bash">
11 preprocessing-wrapper.sh ${config} 14 preprocessing-wrapper.sh ${config}
12 </command> 15 </command>
13 <stdio>
14 <expand macro="basic_errors"/>
15 </stdio>
16 <inputs> 16 <inputs>
17 <param name="input_seqs" type="data" format="fasta" label="Input sequences"/> 17 <param name="input_seqs" type="data" format="fasta" label="Input sequences"/>
18 <param name="split_map" type="data" format="csv" label="Read-to-specimen map"/> 18 <param name="split_map" type="data" format="csv" label="Read-to-specimen map"/>
19 </inputs> 19 </inputs>
20 <outputs> 20 <outputs>
40 **What it does** 40 **What it does**
41 41
42 This tool deduplicates input sequences in preparation for alignment and placement. 42 This tool deduplicates input sequences in preparation for alignment and placement.
43 43
44 </help> 44 </help>
45 <citations>
46 <expand macro="cite_pplacer"/>
47 </citations>
45 </tool> 48 </tool>