comparison alignment.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_alignment" name="Align query sequences" version="1.0.0"> 1 <tool id="PHYLO_alignment" name="Align query sequences" version="1.0.0">
2 <description>with sequences in a reference package</description> 2 <description>with sequences in a reference package</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 "$(taxit -V); $(cmalign -h | grep INFERNAL); $(esl-alimerge -h | grep Easel)"</version_command>
10 <command interpreter="bash"> 13 <command interpreter="bash">
11 alignment-wrapper.sh ${config} 14 alignment-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="input_seqs" type="data" format="fasta" label="Input sequences"/> 18 <param name="input_seqs" type="data" format="fasta" label="Input sequences"/>
19 </inputs> 19 </inputs>
20 <outputs> 20 <outputs>
42 This tool aligns query sequences with the reference sequences used to make the 42 This tool aligns query sequences with the reference sequences used to make the
43 reference tree contained in the reference package and then merges the query and 43 reference tree contained in the reference package and then merges the query and
44 reference sequences. 44 reference sequences.
45 45
46 </help> 46 </help>
47 <citations>
48 <expand macro="cite_taxtastic"/>
49 <expand macro="cite_infernal"/>
50 </citations>
47 </tool> 51 </tool>