annotate tools/emboss_5/emboss_helixturnhelix.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: helixturnhelix43" name="helixturnhelix" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Report nucleic acid binding motifs</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>helixturnhelix -sequence $input1 -outfile $out_file1 -mean $mean -sd $sd -minsd $minsd -eightyseven $eightyseven -rformat2 $out_format1 -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param format="data" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <label>Sequences</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="mean" size="10" type="text" value="238.71">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>Mean value</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <param name="sd" size="10" type="text" value="293.61">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <label>Standard Deviation value</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <param name="minsd" size="10" type="text" value="2.5">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <label>Minimum SD</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <param name="eightyseven" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <label>Use the old (1987) weight data</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <param name="out_format1" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <label>Output Report File Format</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <option value="motif">Motif</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <option value="embl">EMBL</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <option value="genbank">GENBANK</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <option value="gff">GFF</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <option value="pir">PIR</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <option value="swiss">SwissProt</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <option value="dbmotif">DbMotif</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <option value="diffseq">Diffseq</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <option value="excel">Excel (tab delimited)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <option value="feattable">FeatTable</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <option value="regions">Regions</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 <option value="seqtable">SeqTable</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <option value="simple">SRS Simple</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <option value="srs">SRS</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 <option value="table">Table</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 <option value="tagseq">TagSeq</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 <data format="motif" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 <param name="mean" value="238.71"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50 <param name="sd" value="293.61"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51 <param name="minsd" value="2.5"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52 <param name="eightyseven" value="no"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53 <param name="out_format1" value="excel"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 <output name="out_file1" file="emboss_helixturnhelix_out.tabular"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57 <code file="emboss_format_corrector.py" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
59 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
60
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
61 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/helixturnhelix.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
62 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
63 </tool>