Mercurial > repos > yhoogstrate > segmentation_fold
diff segmentation-fold.xml @ 11:487f438da099 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 879dad538d7c2fa8b7e7f3e9460ff88874797d2c
| author | yhoogstrate |
|---|---|
| date | Fri, 06 May 2016 05:45:36 -0400 |
| parents | 312edff152eb |
| children | 63156f020cd3 |
line wrap: on
line diff
--- a/segmentation-fold.xml Thu Mar 31 04:20:55 2016 -0400 +++ b/segmentation-fold.xml Fri May 06 05:45:36 2016 -0400 @@ -1,13 +1,15 @@ -<tool id="segmentation_fold" name="segmentation-fold" version="1.6.3-1"> +<tool id="segmentation_fold" name="segmentation-fold" version="@VERSION@-1"> <description>RNA-Folding including predefined segments including K-turns</description> + <macros> + <import>macros.xml</import> + </macros> <requirements> - <requirement type="package" version="1.6.3">segmentation-fold</requirement> + @VERSION_COMMAND_SMF@ </requirements> + <expand macro="stdio" /> - <stdio></stdio> - - <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> + <version_command>@VERSION_COMMAND_SMF@</version_command> <command><![CDATA[ segmentation-fold @@ -234,18 +236,5 @@ Youri Hoogstrate (yhoogstrate @ github) ]]></help> - <citations> - <citation type="bibtex"> - @mastersthesis{mastersthesis, - author = {Youri Hoogstrate}, - title = {An algorithm for predicting RNA 2D structures including K-turns}, - school = {University of Technology Delft, Leiden University}, - year = 2012, - address = {}, - month = 11, - note = {Research assignment for Master Computer-science}, - url = { https://yh-kt-fold.googlecode.com/files/Report.pdf } - } - </citation> - </citations> + <expand macro="citations" /> </tool>
