annotate tools/emboss_5/emboss_oddcomp.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
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: oddcomp64" name="oddcomp" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!-- output contains file location info, commented out functional tests -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <description>Find protein sequence regions with a biased composition</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <command>oddcomp -sequence $input1 -infile $input2 -outfile $out_file1 -window $window -ignorebz $ignorebz -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>Sequences</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>This is a file in the format of the output produced by 'compseq' that is used to set the minimum frequencies of words in this analysis</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <param name="window" size="4" type="text" value="30">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <label>This is the size of window in which to count. Thus if you want to count frequencies in a 40 aa stretch you should enter 40 here</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <param name="ignorebz" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <label>The amino acid code B represents Asparagine or Aspartic acid and the code Z represents Glutamine or Glutamic acid. These are not commonly used codes and you may wish not to count words
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 containing them, just noting them in the count of 'Other' words</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <data format="oddcomp" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <!-- <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <param name="input2" value="emboss_compseq_out.compseq"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <param name="window" value="30"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <param name="ignorebz" value="yes"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <output name="out_file1" file="emboss_oddcomp_out.oddcomp"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 </tests> -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/oddcomp.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 </tool>