annotate tools/emboss_5/emboss_dotmatcher.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="EMBOSS: dotmatcher24" name="dotmatcher" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Displays a thresholded dotplot of two sequences</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <command interpreter="perl">emboss_single_outputfile_wrapper.pl dotmatcher -asequence $input1 -bsequence $input2 -goutfile $out_file1 -windowsize $windowsize -threshold $threshold -graph png -xygraph png
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param format="data" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <label>Sequence 1</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <param format="data" name="input2" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <label>Sequence 2</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <param name="windowsize" size="4" type="text" value="10">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <label>Window size</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <param name="threshold" size="4" type="text" value="23">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <label>Threshold</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <data format="png" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <!-- functional tests not possible since image output contains file name information and timestamp -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/dotmatcher.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 </tool>