annotate reprof.xml @ 3:8a1cd8a32a72 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
author iuc
date Wed, 02 Dec 2015 16:34:05 -0500
parents 141da185be70
children 5a02100f8f6e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
2 <tool id="rost_reprof" name="reprof" version="@WRAPPER_VERSION@">
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
3 <description>protein secondary structure and accessibility prediction</description>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
4 <macros>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
5 <import>macros.xml</import>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
6 </macros>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
8 <command detect_errors="aggressive"><![CDATA[
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
9 ln -s $query query.fa;
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
10 python $__tool_directory__/reprof.py query.fa $REPROF_MODEL_DIR
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
11 ]]></command>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
12 <inputs>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
13 <param name="query" label="Protein sequences" type="data" format="fasta" />
3
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
14 <param name="outputs" type="select" multiple="true" label="Additional Outputs">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
15 <option value="pE">Probability of Extended/Sheet</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
16 <option value="pH">Probability of Helix</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
17 <option value="pL">Probability of Loop</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
18 <option value="RI_S">Secondary Structure Reliability Index</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
19
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
20 <option value="PACC">Absolute Solvent Accessibility</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
21 <option value="PREL">Relative Solvent Accessibility</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
22 <option value="P10">Relative Solvent Accessibility</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
23 <option value="RI_A">Solvent Accessibility Reliability Index</option>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
24 </param>
0
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
25 </inputs>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
26 <outputs>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
27 <data format="gff3" name="secondary_structure" from_work_dir="secondary_structure.gff3" label="Secondary Structure of ${on_string}"/>
3
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
28 <data format="wig" name="pE" from_work_dir="pE.wig" label="Probability of Extended/Sheet (${on_string})">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
29 <filter>'pE' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
30 </data>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
31 <data format="wig" name="pH" from_work_dir="pH.wig" label="Probability of Helix (${on_string})">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
32 <filter>'pH' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
33 </data>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
34 <data format="wig" name="pL" from_work_dir="pL.wig" label="Probability of Loop (${on_string})" >
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
35 <filter>'pL' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
36 </data>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
37 <data format="wig" name="RI_S" from_work_dir="RI_S.wig" label="Secondary Structure Reliability Index (${on_string})">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
38 <filter>'RI_S' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
39 </data>
0
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
40
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
41 <data format="gff3" name="solvent_accessibility" from_work_dir="solvent_accessibility.gff3" label="Solvent Accessibile Regions of ${on_string}" />
3
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
42 <data format="wig" name="PACC" from_work_dir="PACC.wig" label="Absolute Solvent Accessibility of ${on_string}">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
43 <filter>'PACC' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
44 </data>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
45 <data format="wig" name="PREL" from_work_dir="PREL.wig" label="Relative Solvent Accessibility of ${on_string}">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
46 <filter>'PREL' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
47 </data>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
48 <data format="wig" name="P10" from_work_dir="P10.wig" label="Relative Solvent Accessibility (0-9) of ${on_string}">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
49 <filter>'P10' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
50 </data>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
51 <data format="wig" name="RI_A" from_work_dir="RI_A.wig" label="Solvent Accessibility Reliability Index (${on_string})">
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
52 <filter>'RI_A' in outputs</filter>
8a1cd8a32a72 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents: 1
diff changeset
53 </data>
0
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
54 </outputs>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
55 <tests>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
56 <test>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
57 <param name="query" value="test.fa" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
58
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
59 <output name="secondary_structure" file="secondary_structure.gff3" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
60 <output name="solvent_accessibility" file="solvent_accessibility.gff3" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
61 <output name="pE" file="pE.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
62 <output name="pH" file="pH.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
63 <output name="pL" file="pL.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
64 <output name="RI_S" file="RI_S.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
65 <output name="PACC" file="PACC.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
66 <output name="PREL" file="PREL.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
67 <output name="P10" file="P10.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
68 <output name="RI_A" file="RI_A.wig" />
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
69 </test>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
70 </tests>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
71 <help><![CDATA[
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
72 reprof
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
73 ======
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
74
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
75 Reprof is a protein secondary structure and accessibility predictor from the
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
76 Rost Lab. Prediction is done from protein sequences.
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
77
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
78 Three states of secondary structure are predicted: helix (H; includes alpha-,
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
79 pi- and 3_10-helix), (beta-)strand (E = extended strand in beta-sheet
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
80 conformation of at least two residues length) and loop (L).
1
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
81
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
82 Protein Classification
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
83 ----------------------
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
84
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
85 Proteins can be classified as mixed given the following classes:
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
86
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
87 - 'all-alpha': %H > 45% AND %E < 5%
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
88 - 'all-beta': %H < 5% AND %E > 45%
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
89 - 'alpha-beta': %H > 30% AND %E > 20%
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
90 - 'mixed': All others
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
91
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
92 Gff3 Data and Evidence Codes
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
93 ----------------------------
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
94
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
95 In order to facilitate interoperability with other downstream analyses, and to
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
96 document provenance, the Galaxy tool author has opted to apply ECO:0000255 to
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
97 all annotated features in the GFF3 file. Per the `UniPro Evidence page <http://www.uniprot.org/help/evidences#ECO:0000255>`__
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
98
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
99 The ECO code ECO:0000255 is also used for information which has been
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
100 generated by various sequence analysis programs that are used during the
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
101 manual curation process and which has been verified by a curator.
141da185be70 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents: 0
diff changeset
102
0
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
103 ]]></help>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
104 <citations>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
105 <citation type="doi">10.1186/1471-2105-10-S13-O3</citation>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
106 <citation type="doi">10.1002/pro.5560050824View</citation>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
107 </citations>
7c33ed152672 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff changeset
108 </tool>