Mercurial > repos > yhoogstrate > segmentation_fold
comparison segmentation-fold.xml @ 4:63df1e23f4ff draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 00690c63c51a7f7563f2428c313d7fa75f2657e5-dirty
author | yhoogstrate |
---|---|
date | Thu, 28 Jul 2016 10:25:37 -0400 |
parents | cd1bba1c66b3 |
children | 4d16cf9414cf |
comparison
equal
deleted
inserted
replaced
3:cd1bba1c66b3 | 4:63df1e23f4ff |
---|---|
1 <tool id="segmentation_fold" name="segmentation-fold" version="1.6.3-1"> | 1 <tool id="segmentation_fold" name="segmentation-fold" version="@VERSION@-1"> |
2 <description>RNA-Folding including predefined segments including K-turns</description> | 2 <description>RNA-Folding including predefined segments including K-turns</description> |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
3 | 6 |
4 <requirements> | 7 <requirements> |
5 <requirement type="package" version="1.6.3">segmentation-fold</requirement> | 8 <requirement type="package" version="1.6.5">segmentation-fold</requirement> |
6 </requirements> | 9 </requirements> |
7 | 10 |
8 <stdio></stdio> | 11 <expand macro="stdio" /> |
9 | 12 |
10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> | 13 <version_command>@VERSION_COMMAND_SMF@</version_command> |
11 | 14 |
12 <command><![CDATA[ | 15 <command><![CDATA[ |
13 segmentation-fold | 16 segmentation-fold |
14 | 17 |
15 #if $input.method == "fasta" | 18 #if $input.method == "fasta" |
232 **Authors** | 235 **Authors** |
233 | 236 |
234 Youri Hoogstrate (yhoogstrate @ github) | 237 Youri Hoogstrate (yhoogstrate @ github) |
235 ]]></help> | 238 ]]></help> |
236 | 239 |
237 <citations> | 240 <expand macro="citations" /> |
238 <citation type="bibtex"> | |
239 @mastersthesis{mastersthesis, | |
240 author = {Youri Hoogstrate}, | |
241 title = {An algorithm for predicting RNA 2D structures including K-turns}, | |
242 school = {University of Technology Delft, Leiden University}, | |
243 year = 2012, | |
244 address = {}, | |
245 month = 11, | |
246 note = {Research assignment for Master Computer-science}, | |
247 url = { https://yh-kt-fold.googlecode.com/files/Report.pdf } | |
248 } | |
249 </citation> | |
250 </citations> | |
251 </tool> | 241 </tool> |