Mercurial > repos > yhoogstrate > segmentation_fold
comparison segmentation-fold.xml @ 1:27f670a42ba2 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 4f43c60fd8d3827382fa55c7b6174fa925d7f8e7
| author | yhoogstrate |
|---|---|
| date | Thu, 03 Dec 2015 03:22:08 -0500 |
| parents | 09e921a25c68 |
| children | 22d7b6019372 |
comparison
equal
deleted
inserted
replaced
| 0:09e921a25c68 | 1:27f670a42ba2 |
|---|---|
| 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" |
| 20 | 20 |
| 21 -p $predict_segments | 21 -p $predict_segments |
| 22 -h $min_hairpin_size | 22 -h $min_hairpin_size |
| 23 | 23 |
| 24 #if $parameters.settings == "default" | 24 #if $parameters.settings == "default" |
| 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 | |
| 36 <conditional name="input"> | 35 <conditional name="input"> |
| 37 <param name="method" type="select" label="Energy parameters"> | 36 <param name="method" type="select" label="Energy parameters"> |
| 38 <option value="fasta" selected="true">As FASTA-file</option> | 37 <option value="fasta" selected="true">As FASTA-file</option> |
| 39 <option value="text">As text</option> | 38 <option value="text">As text</option> |
| 40 </param> | 39 </param> |
| 60 </when> | 59 </when> |
| 61 </conditional> | 60 </conditional> |
| 62 </inputs> | 61 </inputs> |
| 63 | 62 |
| 64 <outputs> | 63 <outputs> |
| 65 <data format="dot-bracket" name="output_dbn" label="${tool.name} on ${input.input_fasta.hid + ': ' + input.input_fasta.name if $input.method == 'fasta' else $input.input_sequence.upper() }" /> | 64 <data format="dot-bracket" name="output_dbn" label="asdasdasd" /> |
| 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> |
| 70 <param name="input_fasta" value="test_01.fa" ftype="fasta" /> | 70 <param name="input_fasta" value="test_01.fa" ftype="fasta" /> |
| 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, |
