comparison locarna_best_subtree.xml @ 1:c6c4a7adb099 draft

planemo upload for repository https://github.com/eteriSokhoyan/galaxytools/tree/branchForIterations/tools/GraphClust/LocARNAGraphClust commit 80c721dcfe02a2b8baf8e2c64b76cbcd71b23d86
author rnateam
date Sat, 21 Jan 2017 17:39:36 -0500
parents 15bd4fb05e5c
children 5970f6f2a36b
comparison
equal deleted inserted replaced
0:15bd4fb05e5c 1:c6c4a7adb099
1 <tool id="locarna_best_subtree" name="locarna_best_subtree" version="0.1.0" > 1 <tool id="locarna_best_subtree" name="locarna_best_subtree" version="0.1.0" >
2 <requirements> 2 <requirements>
3 <requirement type="package" version="0.1">graphclust-wrappers</requirement> 3 <requirement type="package" version="0.1.7">graphclust-wrappers</requirement>
4 <requirement type="package" version='1.8.10'>locarna</requirement> 4 <requirement type="package" version='1.8.10'>locarna</requirement>
5 <requirement type="package" version='2.1'>rnaz</requirement> 5 <requirement type="package" version='2.1'>rnaz</requirement>
6 <requirement type="package" version='0.07'>perl-math-round</requirement> 6 <requirement type="package" version='0.07'>perl-math-round</requirement>
7 </requirements> 7 </requirements>
8 <stdio> 8 <stdio>
9 <exit_code range="1:" /> 9 <exit_code range="1:" />
10 </stdio> 10 </stdio>
11 <command> 11 <command>
12 <![CDATA[ 12 <![CDATA[
13 13
14 'locARNAGraphClust.pl' '$center_fa_file' '$tree_file' '$tree_matrix' $p $max_diff_am $tau $max_diff '' '$data_map' $plfold_minlen 14 'locARNAGraphClust.pl' '$center_fa_file' '$tree_file' '$tree_matrix' '$data_map'
15 #if str($param_type.param_type_selector) == "gclust"
16 $param_type.p
17 $param_type.max_diff_am
18 $param_type.max_diff
19 $param_type.tau
20 $param_type.plfold_minlen
21 $param_type.struct_weight
22 $param_type.indel_opening
23 $param_type.indel
24 $param_type.alifold_consensus_dp
25 $param_type.plfold_span
26 $param_type.plfold_winsize
27 #end if
15 ]]> 28 ]]>
16 </command> 29 </command>
17 <inputs> 30 <inputs>
18 <param type="data" name="center_fa_file" label="centers" format="fa, fasta" help="fasta format" /> 31 <param type="data" name="center_fa_file" label="centers" format="fa, fasta" help="fasta format" />
19 <param type="data" name="tree_file" label="trees" format="text" help="text format" /> 32 <param type="data" name="tree_file" label="trees" format="text" help="text format" />
20 <param type="data" name="tree_matrix" label="tree_matrix" format="text" help="text format" /> 33 <param type="data" name="tree_matrix" label="tree_matrix" format="text" help="text format" />
21 <param type="data" name="data_map" label="data_map" format="txt" help="text format" /> 34 <param type="data" name="data_map" label="data_map" format="txt" help="text format" />
22 <param name="p" type="float" value="0.001" size="5" label="minimal probability" help="-p"/> 35
23 <param name="max_diff_am" type="integer" value="50" size="5" label=" maximal difference for sizes of matched arcs" help="--max-diff-am"/> 36
24 <param name="tau" type="integer" value="50" size="5" label="Tau factor in percent" help="--tau"/> 37 <conditional name="param_type">
25 <param name="max_diff" type="integer" value="100" size="5" label="maximal difference for alignment traces" help="--max-diff"/> 38 <param name="param_type_selector" type="select" label="Choose the type of parameters">
26 <param name="plfold_minlen" type="integer" value="210" size="5" label="Minimal length of a sequences for which RNAplfold is used" /> 39 <option value="locarna">LocARNA defaults</option>
27 </inputs> 40 <option value="gclust" selected="True">GrapClust defaults(changeable)</option>
28 <outputs> 41 </param>
29 42 <when value="gclust">
30 <data name="model_tree_stk" format="stockholm" label="model.tree.stk" from_work_dir="MODEL/best_subtree.aln" /> 43
31 </outputs> 44 <param name="p" type="float" value="0.001" size="5" label="minimal probability" help="-p"/>
32 <tests> 45 <param name="max_diff_am" type="integer" value="50" size="5" label=" maximal difference for sizes of matched arcs" help="--max-diff-am"/>
33 <test> 46 <param argument="tau" type="integer" value="50" min="0" max="200" label="Sequence contribution at structure match in percent"/>
34 <param name="tree_file" value="1.1.tree"/> 47 <param name="max_diff" type="integer" value="100" size="5" label="maximal difference for alignment traces" help="--max-diff"/>
35 <param name="center_fa_file" value="1.1.center.fa"/> 48 <param name="plfold_minlen" type="integer" value="210" size="5" label="Minimal length of a sequences for which RNAplfold is used" />
36 <param name="data_map" value="data.map"/> 49
37 <param name="tree_matrix" value="1.1.matrix.tree"/> 50 <param name="struct_weight" argument="struct-weight"
38 <param name="p" value="0.001"/> 51 label="Structure weight" type="integer"
39 <param name="max-diff-am" value="50"/> 52 value="180" min="0" max="800" />
40 <param name="tau" value="50"/> 53 <param name="indel_opening" argument="indel-opening"
41 <param name="max-diff-am" value="100"/> 54 label="Indel opening score" type="integer"
42 <output name="model_tree_stk" file="best_subtree.aln"/> 55 value="-400" max="0" min="-1500" />
43 </test> 56 <param argument="indel" label="Indel score" type="integer"
44 </tests> 57 value="-200" min="-1000" max="0" />
45 <help> 58
46 <![CDATA[ 59 <param name="alifold_consensus_dp"
60 type="boolean" checked="True"
61 truevalue="--alifold-consensus-dp" falsevalue=" "
62 label="Compute consensus dot plot by alifold" />
63
64 <param name="plfold_span"
65 type="integer" value="150" min="-1" max="400"
66 label="Maximum basepair span by RNAplfold (local folding); -1 for global folding" />
67
68 <param name="plfold_winsize"
69 type="integer" value="300" min="-1" max="800"
70 label="Window size for local folding" />
71
72
73 </when>
74 <when value="locarna">
75 </when>
76 </conditional>
77
78 </inputs>
79 <outputs>
80
81 <data name="model_tree_stk" format="stockholm" label="model.tree.stk" from_work_dir="MODEL/best_subtree.aln" />
82 </outputs>
83 <tests>
84 <test>
85 <param name="tree_file" value="1.1.tree"/>
86 <param name="center_fa_file" value="1.1.center.fa"/>
87 <param name="data_map" value="data.map"/>
88 <param name="tree_matrix" value="1.1.matrix.tree"/>
89 <conditional name="param_type">
90 <param name="iteration_num_selector" value="gclust"/>
91 <param name="p" value="0.001"/>
92 <param name="max_diff_am" value="50"/>
93 <param name="tau" value="50"/>
94 <param name="max_diff" value="100"/>
95 <param name="plfold_minlen" value="210"/>
96 <param name="struct_weight" value="180"/>
97 <param name="indel_opening" value="-400"/>
98 <param name="indel" value="-200"/>
99 <param name="alifold_consensus_dp" value="--alifold-consensus-dp"/>
100 <param name="plfold_span" value="150"/>
101 <param name="plfold_winsize" value="300"/>
102 </conditional>
103 <output name="model_tree_stk" file="best_subtree.aln"/>
104 </test>
105 </tests>
106 <help>
107 <![CDATA[
47 **What it does** 108 **What it does**
48 109
49 MLocARNA computes a multiple sequence-structure alignment of RNA sequences. 110 MLocARNA computes a multiple sequence-structure alignment of RNA sequences.
50 It uses *treefile* - file with guide tree in NEWICK format. The given tree is used as guide tree for the progressive alignment. 111 It uses *treefile* - file with guide tree in NEWICK format. The given tree is used as guide tree for the progressive alignment.
51 This saves the calculation of pairwise all-vs-all similarities and construction of the guide tree. 112 This saves the calculation of pairwise all-vs-all similarities and construction of the guide tree.
52 113
53 114
54 115
55 ]]> 116 ]]>
56 </help> 117 </help>
57 <citations> 118 <citations>
58 <citation type="bibtex">@inproceedings{costa2010fast, 119 <citation type="bibtex">@inproceedings{costa2010fast,
59 title={Fast neighborhood subgraph pairwise distance kernel}, 120 title={Fast neighborhood subgraph pairwise distance kernel},
60 author={Costa, Fabrizio and De Grave, Kurt}, 121 author={Costa, Fabrizio and De Grave, Kurt},
61 booktitle={Proceedings of the 26th International Conference on Machine Learning}, 122 booktitle={Proceedings of the 26th International Conference on Machine Learning},
62 pages={255--262}, 123 pages={255--262},
63 year={2010}, 124 year={2010},
64 organization={Omnipress} 125 organization={Omnipress}
65 } 126 }
66 </citation> 127 </citation>
67 <citation type="bibtex">@Article{Will_Joshi_Hofacker-LocAR_Accur_bound-2012, 128 <citation type="bibtex">@Article{Will_Joshi_Hofacker-LocAR_Accur_bound-2012,
68 author = {Will, Sebastian and Joshi, Tejal and Hofacker, Ivo L. and 129 author = {Will, Sebastian and Joshi, Tejal and Hofacker, Ivo L. and
69 Stadler, Peter F. and Backofen, Rolf}, 130 Stadler, Peter F. and Backofen, Rolf},
70 title = {{LocARNA}-{P}: {Accurate} boundary prediction and improved 131 title = {{LocARNA}-{P}: {Accurate} boundary prediction and improved
71 detection of structural {RNAs}}, 132 detection of structural {RNAs}},
72 journal = {RNA}, 133 journal = {RNA},
73 year = {2012}, 134 year = {2012},
74 volume = {18}, 135 volume = {18},
75 number = {5}, 136 number = {5},
76 pages = {900-14}, 137 pages = {900-14},
77 user = {will}, 138 user = {will},
78 pmid = {22450757}, 139 pmid = {22450757},
79 doi = {10.1261/rna.029041.111}, 140 doi = {10.1261/rna.029041.111},
80 issn = {1469-9001}, 141 issn = {1469-9001},
81 issn = {1355-8382}, 142 issn = {1355-8382},
82 abstract = {Current genomic screens for noncoding RNAs (ncRNAs) predict 143 abstract = {Current genomic screens for noncoding RNAs (ncRNAs) predict
83 a large number of genomic regions containing potential 144 a large number of genomic regions containing potential
84 structural ncRNAs. The analysis of these data requires 145 structural ncRNAs. The analysis of these data requires
85 highly accurate prediction of ncRNA boundaries and 146 highly accurate prediction of ncRNA boundaries and
86 discrimination of promising candidate ncRNAs from weak 147 discrimination of promising candidate ncRNAs from weak
87 predictions. Existing methods struggle with these goals 148 predictions. Existing methods struggle with these goals
108 additional results, a web server for LocARNA/LocARNA-P, and 169 additional results, a web server for LocARNA/LocARNA-P, and
109 the software package, including documentation and a pipeline 170 the software package, including documentation and a pipeline
110 for refining screens for structural ncRNA, at 171 for refining screens for structural ncRNA, at
111 http://www.bioinf.uni-freiburg.de/Supplements/LocARNA-P/.} 172 http://www.bioinf.uni-freiburg.de/Supplements/LocARNA-P/.}
112 } 173 }
113 </citation> 174 </citation>
114 <citation type="bibtex">@Article{Will:etal:_infer_non_codin_rna_famil:PLOS2007, 175 <citation type="bibtex">@Article{Will:etal:_infer_non_codin_rna_famil:PLOS2007,
115 author = {Sebastian Will and Kristin Reiche and Ivo L. Hofacker and 176 author = {Sebastian Will and Kristin Reiche and Ivo L. Hofacker and
116 Peter F. Stadler and Rolf Backofen}, 177 Peter F. Stadler and Rolf Backofen},
117 title = {Inferring Non-Coding {RNA} Families and Classes by Means of 178 title = {Inferring Non-Coding {RNA} Families and Classes by Means of
118 Genome-Scale Structure-Based Clustering}, 179 Genome-Scale Structure-Based Clustering},
119 journal = {PLoS Comput Biol}, 180 journal = {PLoS Comput Biol},
120 year = 2007, 181 year = 2007,
121 volume = {3}, 182 volume = {3},
122 number = {4}, 183 number = {4},
123 pages = {e65}, 184 pages = {e65},
124 issn = {1553-7358}, 185 issn = {1553-7358},
125 issn = {1553-734X}, 186 issn = {1553-734X},
126 pmid = {17432929}, 187 pmid = {17432929},
127 doi = {10.1371/journal.pcbi.0030065}, 188 doi = {10.1371/journal.pcbi.0030065},
128 user = {will}, 189 user = {will},
129 abstract = {The RFAM database defines families of ncRNAs by means of 190 abstract = {The RFAM database defines families of ncRNAs by means of
130 sequence similarities that are sufficientto establish 191 sequence similarities that are sufficientto establish
131 homology. In some cases, such as microRNAs, box H/ACA 192 homology. In some cases, such as microRNAs, box H/ACA
132 snoRNAs, functional commonalities define classes of RNAs 193 snoRNAs, functional commonalities define classes of RNAs
133 that are characterized by structural similarities, and 194 that are characterized by structural similarities, and
134 typically consist ofmultiple RNA families. Recent advances 195 typically consist ofmultiple RNA families. Recent advances
158 candidates, and suggests several novel classes of ncRNAs for 219 candidates, and suggests several novel classes of ncRNAs for
159 which to-date norepresentative has been experimentally 220 which to-date norepresentative has been experimentally
160 characterized.} 221 characterized.}
161 } 222 }
162 223
163 </citation> 224 </citation>
164 <citation type="bibtex">@Article{Smith:Heyne:Richter:Freib_RNA_Tools:NAR2010, 225 <citation type="bibtex">@Article{Smith:Heyne:Richter:Freib_RNA_Tools:NAR2010,
165 author = {Smith, Cameron and Heyne, Steffen and Richter, Andreas S. 226 author = {Smith, Cameron and Heyne, Steffen and Richter, Andreas S.
166 and Will, Sebastian and Backofen, Rolf}, 227 and Will, Sebastian and Backofen, Rolf},
167 title = {Freiburg {RNA} {Tools}: a web server integrating {IntaRNA}, 228 title = {Freiburg {RNA} {Tools}: a web server integrating {IntaRNA},
168 {ExpaRNA} and {LocARNA}}, 229 {ExpaRNA} and {LocARNA}},
169 journal = NAR, 230 journal = NAR,
170 year = {2010}, 231 year = {2010},
171 volume = {38 Suppl}, 232 volume = {38 Suppl},
172 number = {}, 233 number = {},
173 pages = {W373-7}, 234 pages = {W373-7},
174 user = {arichter}, 235 user = {arichter},
175 pmid = {20444875}, 236 pmid = {20444875},
176 doi = {10.1093/nar/gkq316}, 237 doi = {10.1093/nar/gkq316},
177 issn = {0305-1048}, 238 issn = {0305-1048},
178 issn = {1362-4962}, 239 issn = {1362-4962},
179 abstract = {The Freiburg RNA tools web server integrates three tools 240 abstract = {The Freiburg RNA tools web server integrates three tools
180 for the advanced analysis of RNA in a common web-based user 241 for the advanced analysis of RNA in a common web-based user
181 interface. The tools IntaRNA, ExpaRNA and LocARNA support 242 interface. The tools IntaRNA, ExpaRNA and LocARNA support
182 the prediction of RNA-RNA interaction, exact RNA matching 243 the prediction of RNA-RNA interaction, exact RNA matching
183 and alignment of RNA, respectively. The Freiburg RNA tools 244 and alignment of RNA, respectively. The Freiburg RNA tools
184 web server and the software packages of the stand-alone 245 web server and the software packages of the stand-alone
185 tools are freely accessible at 246 tools are freely accessible at
186 http://rna.informatik.uni-freiburg.de.} 247 http://rna.informatik.uni-freiburg.de.}
187 } 248 }
188 </citation> 249 </citation>
189 </citations> 250 </citations>
190 </tool> 251 </tool>