Mercurial > repos > iuc > reprof
annotate reprof.xml @ 14:8c83f1fb30f6 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 98288bb0ee8760018924574b81c8759bac55b529
| author | iuc |
|---|---|
| date | Fri, 11 Dec 2015 14:26:29 -0500 |
| parents | d167e711cf32 |
| children |
| 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"?> |
|
13
d167e711cf32
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
12
diff
changeset
|
2 <tool id="rost_reprof" name="reprof" version="@WRAPPER_VERSION@-gx1"> |
|
0
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; |
|
5
5a02100f8f6e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 0acbdb012fcb19ffc1a125fe974ad918367246a5
iuc
parents:
3
diff
changeset
|
10 python $__tool_directory__/reprof.py query.fa \$REPROF_MODEL_DIR |
|
0
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})"> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
29 <filter>outputs is not None and 'pE' in outputs</filter> |
|
3
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})"> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
32 <filter>outputs is not None and 'pH' in outputs</filter> |
|
3
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})" > |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
35 <filter>outputs is not None and 'pL' in outputs</filter> |
|
3
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})"> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
38 <filter>outputs is not None and 'RI_S' in outputs</filter> |
|
3
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}"> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
43 <filter>outputs is not None and 'PACC' in outputs</filter> |
|
3
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}"> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
46 <filter>outputs is not None and 'PREL' in outputs</filter> |
|
3
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}"> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
49 <filter>outputs is not None and 'P10' in outputs</filter> |
|
3
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})"> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
52 <filter>outputs is not None and 'RI_A' in outputs</filter> |
|
3
8a1cd8a32a72
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 746aa691891448484ef9f6417c708b6c7e8f60b0
iuc
parents:
1
diff
changeset
|
53 </data> |
|
14
8c83f1fb30f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 98288bb0ee8760018924574b81c8759bac55b529
iuc
parents:
13
diff
changeset
|
54 |
|
8c83f1fb30f6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 98288bb0ee8760018924574b81c8759bac55b529
iuc
parents:
13
diff
changeset
|
55 <data format="tabular" name="report" from_work_dir="report.tsv" label="Report on Protein Composition of ${on_string}" /> |
|
0
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
56 </outputs> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
57 <tests> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
58 <test> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
59 <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
|
60 |
|
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="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
|
62 <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
|
63 <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
|
64 <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
|
65 <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
|
66 <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
|
67 <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
|
68 <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
|
69 <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
|
70 <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
|
71 </test> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
72 </tests> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
73 <help><![CDATA[ |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
74 reprof |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
75 ====== |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
76 |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
77 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
|
78 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
|
79 |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
80 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
|
81 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
|
82 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
|
83 |
|
141da185be70
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents:
0
diff
changeset
|
84 Protein Classification |
|
141da185be70
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents:
0
diff
changeset
|
85 ---------------------- |
|
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 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
|
88 |
|
141da185be70
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents:
0
diff
changeset
|
89 - '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
|
90 - '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
|
91 - '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
|
92 - '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
|
93 |
|
141da185be70
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents:
0
diff
changeset
|
94 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
|
95 ---------------------------- |
|
141da185be70
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents:
0
diff
changeset
|
96 |
|
141da185be70
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents:
0
diff
changeset
|
97 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
|
98 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
|
99 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
|
100 |
|
141da185be70
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit 3aca39eed712c5b3ab8faac62accab588704ffd9
iuc
parents:
0
diff
changeset
|
101 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
|
102 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
|
103 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
|
104 |
|
0
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
105 ]]></help> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
106 <citations> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
107 <citation type="doi">10.1186/1471-2105-10-S13-O3</citation> |
|
12
00316da7014c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit b2967b1114c5b29e182af5253bb58be52347bdc0-dirty
iuc
parents:
5
diff
changeset
|
108 <citation type="doi">10.1002/pro.5560050824</citation> |
|
0
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
109 </citations> |
|
7c33ed152672
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/reprof commit cc30e84dcc309a93f49f75250aa3344f926cee5e-dirty
iuc
parents:
diff
changeset
|
110 </tool> |
