comparison alignment.xml @ 2:f29e21388219 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
author iuc
date Thu, 17 Dec 2015 12:53:39 -0500
parents fae6527990af
children 4258854759ba
comparison
equal deleted inserted replaced
1:8c4e2933a17a 2:f29e21388219
1 <tool id="vsearch_alignment" name="VSearch alignment" version="@VERSION@.0"> 1 <tool id="vsearch_alignment" name="VSearch alignment" version="@VERSION@.1">
2 <description></description> 2 <description></description>
3 <macros> 3 <macros>
4 <import>vsearch_macros.xml</import> 4 <import>vsearch_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
9 <command> 9 <command>
10 <![CDATA[ 10 <![CDATA[
11 vsearch 11 vsearch
12 @GENERAL@ 12 @GENERAL@
13 $acceptall 13 $acceptall
14 --id $id 14 --id "${id}"
15 --iddef $iddef 15 --iddef "${iddef}"
16 --allpairs_global "$infile" 16 --allpairs_global "${infile}"
17 --alnout $outfile 17 --alnout "${outfile}"
18 --query_cov $query_cov 18 #if str( $query_cov ):
19 --query_cov "${query_cov}"
20 #end if
19 @USERFIELDS@ 21 @USERFIELDS@
20 ]]> 22 ]]>
21 </command> 23 </command>
22 <inputs> 24 <inputs>
23 <param name="infile" type="data" format="fasta" label="Select your FASTA file" help="(--allpairs_global)" /> 25 <param name="infile" type="data" format="fasta" label="Select your FASTA file" help="(--allpairs_global)" />
53 --alnout FILENAME filename for human-readable alignment output 55 --alnout FILENAME filename for human-readable alignment output
54 --acceptall output all pairwise alignments 56 --acceptall output all pairwise alignments
55 57
56 @EXTERNAL_DOCUMENTATION@ 58 @EXTERNAL_DOCUMENTATION@
57 59
58 -------
59
60 @REFERENCES@
61
62 60
63 ]]> 61 ]]>
64 </help> 62 </help>
65 <expand macro="citations" /> 63 <expand macro="citations" />
66 </tool> 64 </tool>