Mercurial > repos > rnateam > graphclust_mlocarna
annotate locarna_best_subtree.xml @ 3:606440a3852d draft
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 5a545fc913b3a07e1452e67f66b2ca593660abdf
author | rnateam |
---|---|
date | Mon, 27 Feb 2017 12:02:38 -0500 |
parents | 5970f6f2a36b |
children | 51261dff08a5 |
rev | line source |
---|---|
3
606440a3852d
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 5a545fc913b3a07e1452e67f66b2ca593660abdf
rnateam
parents:
2
diff
changeset
|
1 <tool id="locarna_best_subtree" name="locarna_graphclust" version="0.1.0" > |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
2 <requirements> |
3
606440a3852d
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 5a545fc913b3a07e1452e67f66b2ca593660abdf
rnateam
parents:
2
diff
changeset
|
3 <requirement type="package" version="0.1.9">graphclust-wrappers</requirement> |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
4 <requirement type="package" version='1.8.10'>locarna</requirement> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
5 <requirement type="package" version='2.1'>rnaz</requirement> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
6 <requirement type="package" version='0.07'>perl-math-round</requirement> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
7 </requirements> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
8 <stdio> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
9 <exit_code range="1:" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
10 </stdio> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
11 <command> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
12 <![CDATA[ |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
13 |
3
606440a3852d
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 5a545fc913b3a07e1452e67f66b2ca593660abdf
rnateam
parents:
2
diff
changeset
|
14 'locARNAGraphClust.pl' '$center_fa_file' '$tree_file' '$tree_matrix' '$data_map' $allow_overlap |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
15 #if str($param_type.param_type_selector) == "gclust" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
16 $param_type.p |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
17 $param_type.max_diff_am |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
18 $param_type.max_diff |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
19 $param_type.tau |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
20 $param_type.plfold_minlen |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
21 $param_type.struct_weight |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
22 $param_type.indel_opening |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
23 $param_type.indel |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
24 $param_type.alifold_consensus_dp |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
25 $param_type.plfold_span |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
26 $param_type.plfold_winsize |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
27 #end if |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
28 ]]> |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
29 </command> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
30 <inputs> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
31 <param type="data" name="center_fa_file" label="centers" format="fa, fasta" help="fasta format" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
32 <param type="data" name="tree_file" label="trees" format="text" help="text format" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
33 <param type="data" name="tree_matrix" label="tree_matrix" format="text" help="text format" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
34 <param type="data" name="data_map" label="data_map" format="txt" help="text format" /> |
3
606440a3852d
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 5a545fc913b3a07e1452e67f66b2ca593660abdf
rnateam
parents:
2
diff
changeset
|
35 <param name="allow_overlap" type="boolean" truevalue="1" falsevalue="0" label="Allow overlap in subtrees" help="otherwise ignore subtree if it contains overlapping sequences"/> |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
36 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
37 <conditional name="param_type"> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
38 <param name="param_type_selector" type="select" label="Choose the type of parameters"> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
39 <option value="locarna">LocARNA defaults</option> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
40 <option value="gclust" selected="True">GrapClust defaults(changeable)</option> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
41 </param> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
42 <when value="gclust"> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
43 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
44 <param name="p" type="float" value="0.001" size="5" label="minimal probability" help="-p"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
45 <param name="max_diff_am" type="integer" value="50" size="5" label=" maximal difference for sizes of matched arcs" help="--max-diff-am"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
46 <param argument="tau" type="integer" value="50" min="0" max="200" label="Sequence contribution at structure match in percent"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
47 <param name="max_diff" type="integer" value="100" size="5" label="maximal difference for alignment traces" help="--max-diff"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
48 <param name="plfold_minlen" type="integer" value="210" size="5" label="Minimal length of a sequences for which RNAplfold is used" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
49 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
50 <param name="struct_weight" argument="struct-weight" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
51 label="Structure weight" type="integer" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
52 value="180" min="0" max="800" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
53 <param name="indel_opening" argument="indel-opening" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
54 label="Indel opening score" type="integer" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
55 value="-400" max="0" min="-1500" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
56 <param argument="indel" label="Indel score" type="integer" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
57 value="-200" min="-1000" max="0" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
58 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
59 <param name="alifold_consensus_dp" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
60 type="boolean" checked="True" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
61 truevalue="--alifold-consensus-dp" falsevalue=" " |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
62 label="Compute consensus dot plot by alifold" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
63 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
64 <param name="plfold_span" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
65 type="integer" value="150" min="-1" max="400" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
66 label="Maximum basepair span by RNAplfold (local folding); -1 for global folding" /> |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
67 |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
68 <param name="plfold_winsize" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
69 type="integer" value="300" min="-1" max="800" |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
70 label="Window size for local folding" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
71 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
72 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
73 </when> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
74 <when value="locarna"> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
75 </when> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
76 </conditional> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
77 |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
78 </inputs> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
79 <outputs> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
80 <data name="model_tree_stk" format="stockholm" label="model.tree.stk" from_work_dir="MODEL/best_subtree.aln" /> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
81 </outputs> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
82 <tests> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
83 <test> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
84 <param name="tree_file" value="1.1.tree"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
85 <param name="center_fa_file" value="1.1.center.fa"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
86 <param name="data_map" value="data.map"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
87 <param name="tree_matrix" value="1.1.matrix.tree"/> |
3
606440a3852d
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 5a545fc913b3a07e1452e67f66b2ca593660abdf
rnateam
parents:
2
diff
changeset
|
88 <param name="allow_overlap" value="0"/> |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
89 <conditional name="param_type"> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
90 <param name="iteration_num_selector" value="gclust"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
91 <param name="p" value="0.001"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
92 <param name="max_diff_am" value="50"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
93 <param name="tau" value="50"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
94 <param name="max_diff" value="100"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
95 <param name="plfold_minlen" value="210"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
96 <param name="struct_weight" value="180"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
97 <param name="indel_opening" value="-400"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
98 <param name="indel" value="-200"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
99 <param name="alifold_consensus_dp" value="--alifold-consensus-dp"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
100 <param name="plfold_span" value="150"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
101 <param name="plfold_winsize" value="300"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
102 </conditional> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
103 <output name="model_tree_stk" file="best_subtree.aln"/> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
104 </test> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
105 </tests> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
106 <help> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
107 <![CDATA[ |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
108 **What it does** |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
109 |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
110 MLocARNA computes a multiple sequence-structure alignment of RNA sequences. |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
111 It uses *treefile* - file with guide tree in NEWICK format. The given tree is used as guide tree for the progressive alignment. |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
112 This saves the calculation of pairwise all-vs-all similarities and construction of the guide tree. |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
113 |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
114 |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
115 |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
116 ]]> |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
117 </help> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
118 <citations> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
119 <citation type="bibtex">@inproceedings{costa2010fast, |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
120 title={Fast neighborhood subgraph pairwise distance kernel}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
121 author={Costa, Fabrizio and De Grave, Kurt}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
122 booktitle={Proceedings of the 26th International Conference on Machine Learning}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
123 pages={255--262}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
124 year={2010}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
125 organization={Omnipress} |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
126 } |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
127 </citation> |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
128 <citation type="bibtex">@Article{Will_Joshi_Hofacker-LocAR_Accur_bound-2012, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
129 author = {Will, Sebastian and Joshi, Tejal and Hofacker, Ivo L. and |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
130 Stadler, Peter F. and Backofen, Rolf}, |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
131 title = {{LocARNA}-{P}: {Accurate} boundary prediction and improved |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
132 detection of structural {RNAs}}, |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
133 journal = {RNA}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
134 year = {2012}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
135 volume = {18}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
136 number = {5}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
137 pages = {900-14}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
138 user = {will}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
139 pmid = {22450757}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
140 doi = {10.1261/rna.029041.111}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
141 issn = {1469-9001}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
142 issn = {1355-8382}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
143 abstract = {Current genomic screens for noncoding RNAs (ncRNAs) predict |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
144 a large number of genomic regions containing potential |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
145 structural ncRNAs. The analysis of these data requires |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
146 highly accurate prediction of ncRNA boundaries and |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
147 discrimination of promising candidate ncRNAs from weak |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
148 predictions. Existing methods struggle with these goals |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
149 because they rely on sequence-based multiple sequence |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
150 alignments, which regularly misalign RNA structure and |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
151 therefore do not support identification of structural |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
152 similarities. To overcome this limitation, we compute |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
153 columnwise and global reliabilities of alignments based on |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
154 sequence and structure similarity; we refer to these |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
155 structure-based alignment reliabilities as STARs. The |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
156 columnwise STARs of alignments, or STAR profiles, provide a |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
157 versatile tool for the manual and automatic analysis of |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
158 ncRNAs. In particular, we improve the boundary prediction of |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
159 the widely used ncRNA gene finder RNAz by a factor of 3 from |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
160 a median deviation of 47 to 13 nt. Post-processing RNAz |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
161 predictions, LocARNA-P's STAR score allows much stronger |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
162 discrimination between true- and false-positive predictions |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
163 than RNAz's own evaluation. The improved accuracy, in this |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
164 scenario increased from AUC 0.71 to AUC 0.87, significantly |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
165 reduces the cost of successive analysis steps. The |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
166 ready-to-use software tool LocARNA-P produces |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
167 structure-based multiple RNA alignments with associated |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
168 columnwise STARs and predicts ncRNA boundaries. We provide |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
169 additional results, a web server for LocARNA/LocARNA-P, and |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
170 the software package, including documentation and a pipeline |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
171 for refining screens for structural ncRNA, at |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
172 http://www.bioinf.uni-freiburg.de/Supplements/LocARNA-P/.} |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
173 } |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
174 </citation> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
175 <citation type="bibtex">@Article{Will:etal:_infer_non_codin_rna_famil:PLOS2007, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
176 author = {Sebastian Will and Kristin Reiche and Ivo L. Hofacker and |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
177 Peter F. Stadler and Rolf Backofen}, |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
178 title = {Inferring Non-Coding {RNA} Families and Classes by Means of |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
179 Genome-Scale Structure-Based Clustering}, |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
180 journal = {PLoS Comput Biol}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
181 year = 2007, |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
182 volume = {3}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
183 number = {4}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
184 pages = {e65}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
185 issn = {1553-7358}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
186 issn = {1553-734X}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
187 pmid = {17432929}, |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
188 doi = {10.1371/journal.pcbi.0030065}, |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
189 user = {will}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
190 abstract = {The RFAM database defines families of ncRNAs by means of |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
191 sequence similarities that are sufficientto establish |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
192 homology. In some cases, such as microRNAs, box H/ACA |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
193 snoRNAs, functional commonalities define classes of RNAs |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
194 that are characterized by structural similarities, and |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
195 typically consist ofmultiple RNA families. Recent advances |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
196 in high-throughput transcriptomics and comparative genomics |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
197 have produced very large sets of putative non-coding RNAs |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
198 and regulatory RNA signals. For many ofthem, evidence for |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
199 stabilizing selection acting on their secondary structures |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
200 has been derived, and at least approximate models of their |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
201 structures have been computed. The overwhelming majority of |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
202 these hypo-thetical RNAs cannot be assigned to established |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
203 families or classes. We present here a structure-based |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
204 clustering approach that is capable of extracting putative |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
205 RNA classesfrom genome-wide surveys for structured RNAs. The |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
206 LocARNA tool implements a novel variant of theSankoff |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
207 algorithm that is sufficiently fast to deal with several |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
208 thousand candidate sequences. The method is also robust |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
209 against false positive predictions, i.e., a contamination of |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
210 the input data with unstructured ornon-conserved |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
211 sequences. We have successfully tested the LocARNA-based |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
212 clustering approach on the sequences of the |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
213 RFAM-seedalignments. Furthermore, we have applied it to a |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
214 previously published set of 3332 predicted structured |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
215 elements in the Ciona intestinalis genomes (Missal et al., |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
216 Bioinformatics 21(S2), i77-i78). In addition torecovering |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
217 e.g. tRNAs as a structure-based class, the method identifies |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
218 several RNA families, including microRNA and snoRNA |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
219 candidates, and suggests several novel classes of ncRNAs for |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
220 which to-date norepresentative has been experimentally |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
221 characterized.} |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
222 } |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
223 |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
224 </citation> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
225 <citation type="bibtex">@Article{Smith:Heyne:Richter:Freib_RNA_Tools:NAR2010, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
226 author = {Smith, Cameron and Heyne, Steffen and Richter, Andreas S. |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
227 and Will, Sebastian and Backofen, Rolf}, |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
228 title = {Freiburg {RNA} {Tools}: a web server integrating {IntaRNA}, |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
229 {ExpaRNA} and {LocARNA}}, |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
230 journal = NAR, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
231 year = {2010}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
232 volume = {38 Suppl}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
233 number = {}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
234 pages = {W373-7}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
235 user = {arichter}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
236 pmid = {20444875}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
237 doi = {10.1093/nar/gkq316}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
238 issn = {0305-1048}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
239 issn = {1362-4962}, |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
240 abstract = {The Freiburg RNA tools web server integrates three tools |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
241 for the advanced analysis of RNA in a common web-based user |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
242 interface. The tools IntaRNA, ExpaRNA and LocARNA support |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
243 the prediction of RNA-RNA interaction, exact RNA matching |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
244 and alignment of RNA, respectively. The Freiburg RNA tools |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
245 web server and the software packages of the stand-alone |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
246 tools are freely accessible at |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
247 http://rna.informatik.uni-freiburg.de.} |
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
248 } |
1
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
249 </citation> |
c6c4a7adb099
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
rnateam
parents:
0
diff
changeset
|
250 </citations> |
0
15bd4fb05e5c
planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 21aaee40723b5341b4236edeb0e72995c2054053
rnateam
parents:
diff
changeset
|
251 </tool> |