Mercurial > repos > yhoogstrate > segmentation_fold
comparison macros.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 | |
children | b7cf9b172cfe |
comparison
equal
deleted
inserted
replaced
3:cd1bba1c66b3 | 4:63df1e23f4ff |
---|---|
1 <macros> | |
2 <token name="@VERSION@">smf-v1.6-5_utils-v2.0.1</token> | |
3 | |
4 <xml name="stdio"> | |
5 <stdio> | |
6 <exit_code range="1:" /> | |
7 <exit_code range=":-1" /> | |
8 </stdio> | |
9 </xml> | |
10 | |
11 <token name="@VERSION_COMMAND_SMF@">segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</token> | |
12 <token name="@VERSION_COMMAND_UTILS@">segmentation-fold-utils --version</token> | |
13 | |
14 | |
15 <token name="@REQUIREMENTS_UTILS@"><![CDATA[ | |
16 <requirement type="package" version="2.7.10">python</requirement> | |
17 <requirement type="package" version="1.9">numpy</requirement> | |
18 <requirement type="package" version="0.8.2.1">pysam</requirement> | |
19 <requirement type="package" version="0.6.1">htseq</requirement> | |
20 <requirement type="package" version="2.0.1">segmentation-fold-utils</requirement> | |
21 ]]></token> | |
22 | |
23 <token name="@REQUIREMENTS_SMF@"><![CDATA[ | |
24 <requirement type="package" version="1.6.5">segmentation-fold</requirement> | |
25 ]]></token> | |
26 | |
27 | |
28 <xml name="citations"> | |
29 <citations> | |
30 <citation type="bibtex"> | |
31 @mastersthesis{mastersthesis, | |
32 author = {Youri Hoogstrate}, | |
33 title = {An algorithm for predicting RNA 2D structures including K-turns}, | |
34 school = {University of Technology Delft, Leiden University}, | |
35 year = 2012, | |
36 address = {}, | |
37 month = 11, | |
38 note = {Research assignment for Master Computer-science}, | |
39 url = { https://yh-kt-fold.googlecode.com/files/Report.pdf } | |
40 } | |
41 </citation> | |
42 </citations> | |
43 </xml> | |
44 </macros> |