Mercurial > repos > yhoogstrate > segmentation_fold
comparison segmentation-fold.xml @ 2:eccb5ee89df7 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit b37cb65736e2a6e76b94a9fa12a5887046437e36-dirty
author | yhoogstrate |
---|---|
date | Wed, 02 Dec 2015 04:34:50 -0500 |
parents | 3125baf6e705 |
children | 59ab674be4b5 |
comparison
equal
deleted
inserted
replaced
1:9827a554e52f | 2:eccb5ee89df7 |
---|---|
1 <tool id="segmentation_fold" name="segmentation-fold" version="0.2.0"> | 1 <tool id="segmentation_fold" name="segmentation-fold" version="1.1.0_1"> |
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.0.0">segmentation-fold</requirement> | 5 <requirement type="package" version="1.1.0">segmentation-fold</requirement> |
6 </requirements> | 6 </requirements> |
7 | 7 |
8 <stdio></stdio> | 8 <stdio></stdio> |
9 | 9 |
10 <version_command>segmentation-fold -V | 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> |
11 | 11 |
12 <command><![CDATA[ | 12 <command><![CDATA[ |
13 segmentation-fold | 13 segmentation-fold |
14 | 14 |
15 #if $input.method == "fasta" | 15 #if $input.method == "fasta" |
16 -f $input.input_fasta | 16 -f $input.input_fasta |
17 #else | 17 #else |
18 -s $input.input_sequence | 18 -s ${input.input_sequence} |
19 #end if | 19 #end if |
20 | 20 |
21 -p $predict_segments | 21 -p $predict_segments |
22 -h $min_hairpin_size | 22 -h $min_hairpin_size |
23 | 23 |
25 -x "${SEGMENTATION_FOLD_DEFAULT_XML}" | 25 -x "${SEGMENTATION_FOLD_DEFAULT_XML}" |
26 #else | 26 #else |
27 -x $parameters.input_xml | 27 -x $parameters.input_xml |
28 #end if | 28 #end if |
29 | 29 |
30 -t \${GALAXY_SLOTS:-2} | 30 -t \${GALAXY_SLOTS:-4} |
31 > $output_dbn | 31 > $output_dbn |
32 ]]></command> | 32 ]]></command> |
33 | 33 |
34 <inputs> | 34 <inputs> |
35 | 35 |
182 | 182 |
183 <help><![CDATA[ | 183 <help><![CDATA[ |
184 Segmentation-fold is a bioinformatics application that predicts RNA | 184 Segmentation-fold is a bioinformatics application that predicts RNA |
185 2D-structure with an extended version of the Zuker algorithm. This | 185 2D-structure with an extended version of the Zuker algorithm. This |
186 modification contains a new "structure element" named a segment and is | 186 modification contains a new "structure element" named a segment and is |
187 capable of folding a pre-defined substructure with multiple canonical | 187 capable of folding a pre-defined substructures with multiple canonical |
188 or non-canonical pairings. | 188 or non-canonical pairings. |
189 | 189 |
190 This allows folding of more complex structures like the K-turns, which | 190 This allows folding of more complex structures like K-turns, which are |
191 are also part of the implemented free energy tables. These thermodynamic | 191 also part of the implemented free energy table. These thermodynamic |
192 parameters (free Gibbs energy levels) have been estimated using a | 192 parameters (free Gibbs energy) have been estimated using a in silico |
193 computational approach and therefore lack accuracy. | 193 approach and therefore lack high resolution. |
194 ]]></help> | 194 ]]></help> |
195 | 195 |
196 <citations> | 196 <citations> |
197 <citation type="bibtex"> | 197 <citation type="bibtex"> |
198 @mastersthesis{mastersthesis, | 198 @mastersthesis{mastersthesis, |