comparison segmentation-fold.xml @ 2:22d7b6019372 draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 7e54643d9af0065268d5cde2f2fc9872d2de8fa9
author yhoogstrate
date Thu, 31 Mar 2016 04:16:21 -0400
parents 27f670a42ba2
children cd1bba1c66b3
comparison
equal deleted inserted replaced
1:27f670a42ba2 2:22d7b6019372
1 <tool id="segmentation_fold" name="segmentation-fold" version="1.1.0_1"> 1 <tool id="segmentation_fold" name="segmentation-fold" version="1.6.3-0">
2 <description>RNA-Folding including predefined segments including K-turns</description> 2 <description>RNA-Folding including predefined segments including K-turns</description>
3 3
4 <requirements> 4 <requirements>
5 <requirement type="package" version="1.1.0">segmentation-fold</requirement> 5 <requirement type="package" version="1.6.3">segmentation-fold</requirement>
6 </requirements> 6 </requirements>
7 7
8 <stdio></stdio> 8 <stdio></stdio>
9 9
10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> 10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command>
59 </when> 59 </when>
60 </conditional> 60 </conditional>
61 </inputs> 61 </inputs>
62 62
63 <outputs> 63 <outputs>
64 <data format="dot-bracket" name="output_dbn" label="asdasdasd" /> 64 <data format="dbn" name="output_dbn" label="segmentation-fold" />
65 <!--<data format="dot-bracket" name="output_dbn" label="${tool.name} on ${str(input.input_fasta.hid) + ': ' + input.input_fasta.name if $input.method == 'fasta' else $input.input_sequence.upper() }" />--> 65 <!--<data format="dot-bracket" name="output_dbn" label="${tool.name} on ${str(input.input_fasta.hid) + ': ' + input.input_fasta.name if $input.method == 'fasta' else $input.input_sequence.upper() }" />-->
66 </outputs> 66 </outputs>
67 67
68 <tests> 68 <tests>
69 <test> 69 <test>
179 <output name="output_dbn" file="test_28.dbn" /> 179 <output name="output_dbn" file="test_28.dbn" />
180 </test> 180 </test>
181 </tests> 181 </tests>
182 182
183 <help><![CDATA[ 183 <help><![CDATA[
184 Segmentation-fold is a bioinformatics application that predicts RNA 184 **What it does**:
185 2D-structure with an extended version of the Zuker algorithm. This 185
186 modification contains a new "structure element" named a segment and is 186 Segmentation-fold is a application in the field of bioinformatics that
187 capable of folding a pre-defined substructures with multiple canonical 187 predicts RNA 2D-structures. The model has an extension with respect to
188 or non-canonical pairings. 188 the classical Zuker algorithm, to allow new "structure elements" named
189 189 segments and segmentloops. This makes it capable of folding a
190 This allows folding of more complex structures like K-turns, which are 190 pre-defined substructure with multiple canonical or non-canonical base
191 also part of the implemented free energy table. These thermodynamic 191 pairs, like K-turns and loop-E-motifs. Some of such sturcture elements
192 parameters (free Gibbs energy) have been estimated using a in silico 192 are present in the corresponding energy table, although custom tables
193 approach and therefore lack high resolution. 193 can be provided as well.
194
195
196 **Running segmentation-fold**
197
198 Segmentation-fold has to be provided with a sequence of which it has to
199 predict the 2D structure. This can be done using a plain text sequence
200 (allowed charset: ACTUG) or a FASTA file. A FASTA file has the following
201 syntax:
202
203 >Sequence name and other details
204
205 AGUGUAGCUGUGUCGAUCGUAAGUCAG
206
207 As the database of free energy parameters will most likely be updated
208 over time we have added the possiblity to include this XML file as
209 additional parameter. The most up to date version of this file can be
210 found at the following url:
211
212 https://github.com/yhoogstrate/segmentation-fold/blob/master/share/segmentation-fold/segments.xml
213
214 If you would like to compare the results with a prediction as if the
215 segment and segmentloop extension were disabled, you can disable it with
216 the given parameter.
217
218 **Output**
219
220 The output is in DotBracket format (dbn) and can be visualized with e.g.
221 DrawRNAjs or VaRNA.
222
223 DrawRNAjs can be installed in galaxy by following the instructions at
224 the following link:
225
226 https://github.com/bgruening/galaxytools/tree/master/visualisations/drawrnajs
227
228 Details on the dbn-format can be found here:
229
230 https://wiki.galaxyproject.org/Learn/Datatypes#Dbn
231
232 **Authors**
233
234 Youri Hoogstrate (yhoogstrate @ github)
194 ]]></help> 235 ]]></help>
195 236
196 <citations> 237 <citations>
197 <citation type="bibtex"> 238 <citation type="bibtex">
198 @mastersthesis{mastersthesis, 239 @mastersthesis{mastersthesis,