annotate tools/emboss_5/emboss_garnier.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: garnier40" name="garnier" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Predicts protein secondary structure</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>garnier -sequence $input1 -outfile $out_file1 -idc $idc -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="idc" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>In their paper, GOR mention that if you know something about the secondary structure content of the protein you are analyzing, you can do better in prediction. 'idc' is an index into a
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 set of arrays, dharr[] and dsarr[], which provide 'decision constants' (dch, dcs), which are offsets that are applied to the weights for the helix and sheet (extend) terms. So, idc=0 says don't
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 use the decision constant offsets, and idc=1 to 6 indicates that various combinations of dch,dcs offsets should be used</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <option value="0">idc 0</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <option value="1">idc 1</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <option value="2">idc 2</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <option value="3">idc 3</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <option value="4">idc 4</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <option value="5">idc 5</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <option value="6">idc 6</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <param name="out_format1" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <label>Output Report File Format</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <option value="tagseq">TagSeq</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <option value="embl">EMBL</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <option value="genbank">GENBANK</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <option value="gff">GFF</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <option value="pir">PIR</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <option value="swiss">SwissProt</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 <option value="dbmotif">DbMotif</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <option value="diffseq">Diffseq</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 <option value="excel">Excel (tab delimited)</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 <option value="feattable">FeatTable</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33 <option value="motif">Motif</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 <option value="regions">Regions</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 <option value="seqtable">SeqTable</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 <option value="simple">SRS Simple</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <option value="srs">SRS</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 <option value="table">Table</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 <data format="garnier" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 <param name="idc" value="0"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 <param name="out_format1" value="excel"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 <output name="out_file1" file="emboss_garnier_out.tabular"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52 <code file="emboss_format_corrector.py" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56 .. _here: http://emboss.sourceforge.net/apps/release/4.0/emboss/apps/garnier.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 </tool>