annotate alignment.xml @ 4:576963db5f1b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
author iuc
date Fri, 20 Jan 2017 03:39:22 -0500
parents 4258854759ba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
4258854759ba planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 29f6e6424a37947adbe1eba92f0e7d3c83efc042-dirty
iuc
parents: 2
diff changeset
1 <tool id="vsearch_alignment" name="VSearch alignment" version="@VERSION@.0">
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
2 <description></description>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
3 <macros>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
4 <import>vsearch_macros.xml</import>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
5 </macros>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
6 <expand macro="requirements" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
7 <expand macro="stdio" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
8 <expand macro="version_command" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
9 <command>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
10 <![CDATA[
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
11 vsearch
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
12 @GENERAL@
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
13 $acceptall
2
f29e21388219 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
iuc
parents: 0
diff changeset
14 --id "${id}"
f29e21388219 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
iuc
parents: 0
diff changeset
15 --iddef "${iddef}"
f29e21388219 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
iuc
parents: 0
diff changeset
16 --allpairs_global "${infile}"
f29e21388219 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
iuc
parents: 0
diff changeset
17 --alnout "${outfile}"
f29e21388219 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
iuc
parents: 0
diff changeset
18 #if str( $query_cov ):
f29e21388219 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
iuc
parents: 0
diff changeset
19 --query_cov "${query_cov}"
f29e21388219 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 64c1c4c664c6a131d897f574dc849f5668fa97d2
iuc
parents: 0
diff changeset
20 #end if
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
21 @USERFIELDS@
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
22 ]]>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
23 </command>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
24 <inputs>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
25 <param name="infile" type="data" format="fasta" label="Select your FASTA file" help="(--allpairs_global)" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
26 <expand macro="id_and_iddef" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
27 <param name="acceptall" type="boolean" truevalue="--acceptall" falsevalue="" checked="False"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
28 label="Output all pairwise alignments" help="This option overrides all other accept/reject options including identity. (--acceptall)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
29 <param name="query_cov" type="float" value="" optional="True" label="Reject if fraction of query seq. aligned lower than this value"
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
30 help="(--query_cov)"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
31 <expand macro="userfields" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
32 </inputs>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
33 <outputs>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
34 <data name="outfile" format="fasta" label="${tool.name} on ${on_string}" />
4
576963db5f1b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsearch commit 89e3a62dd6cbc8bcec84d08c1710bfb4e7f5938f
iuc
parents: 3
diff changeset
35 <expand macro="userfields_output" />
0
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
36 </outputs>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
37 <tests>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
38 <test>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
39 <param name="infile" value="Rfam_11_0.repr.fasta.bz2" ftype="fasta" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
40 <param name="acceptall" value=""/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
41 <param name="id" value="0.97"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
42 <param name="query_cov" value="0.95"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
43 <param name="userfields" value="query,target"/>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
44 <output name="outfile" file="alignment_result1.fasta" lines_diff="4" ftype="fasta" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
45 </test>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
46 </tests>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
47 <help>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
48 <![CDATA[
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
49 **What it does**
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
50
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
51 Pairwise alignments of all sequences.
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
52
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
53
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
54 Alignment options (most searching options also apply)
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
55 --allpairs_global FILENAME perform global alignment of all sequence pairs
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
56 --alnout FILENAME filename for human-readable alignment output
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
57 --acceptall output all pairwise alignments
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
58
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
59 @EXTERNAL_DOCUMENTATION@
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
60
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
61
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
62 ]]>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
63 </help>
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
64 <expand macro="citations" />
fae6527990af Imported from capsule None
iuc
parents:
diff changeset
65 </tool>