annotate tools/emboss_5/emboss_wordcount.xml @ 2:c2a356708570

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:42 -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: wordcount109" name="wordcount" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Counts words of a specified size in a DNA sequence</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>wordcount -sequence $input1 -outfile $out_file1 -wordsize "$wordsize" -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param format="fasta" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <label>Sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="wordsize" size="5" type="text" value="4">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>Word size</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <data format="wordcount" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <param name="wordsize" value="4"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <output name="out_file1" file="emboss_wordcount_out.wordcount"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 .. class:: warningmark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 The input dataset needs to be sequences.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 -----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/wordcount.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 </tool>