annotate tools/emboss_5/emboss_cpgreport.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: cpgreport16" name="cpgreport" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Reports all CpG rich regions</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>cpgreport -sequence $input1 -outfile $out_file1 -outfeat $out_file2 -offormat3 $out_format2 -score $score -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>On query</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="score" size="4" type="text" value="17">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>Score for each CG sequence found (1-200)</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <param name="out_format2" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <label>Output Feature File Format</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <option value="gff">GFF</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <option value="embl">EMBL</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <option value="swiss">SwissProt</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <data format="cpgreport" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <data format="gff" name="out_file2" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <param name="score" value="17"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <param name="out_format2" value="gff"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <output name="out_file2" file="emboss_cpgreport_out2.cpgreport"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <!-- <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <param name="score" value="17"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <param name="out_format2" value="gff"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <output name="out_file1" file="emboss_cpgreport_out1.gff"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 </test> -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <code file="emboss_format_corrector.py" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 .. class:: warningmark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 The input dataset needs to be sequences.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 -----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/cpgreport.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 </tool>