diff macros.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
children 63156f020cd3
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Fri May 06 05:45:36 2016 -0400
@@ -0,0 +1,41 @@
+<macros>
+    <token name="@VERSION@">smf-v1.6-4_utils-v1.0.3</token>
+
+    <xml name="stdio">
+        <stdio>
+            <exit_code range="1:" />
+            <exit_code range=":-1" />
+        </stdio>
+    </xml>
+
+    <token name="@VERSION_COMMAND_SMF@">segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</token>
+    <token name="@VERSION_COMMAND_UTILS@">segmentation-fold-utils --version</token>
+
+
+    <token name="@REQUIREMENTS_UTILS@"><![CDATA[
+        <requirement type="package" version="1.0.3">segmentation-fold-utils</requirement>
+        <requirement type="package" version="2.7.10">python</requirement>
+    ]]></token>
+
+    <token name="@REQUIREMENTS_SMF@"><![CDATA[
+        <requirement type="package" version="1.6.3">segmentation-fold</requirement>
+    ]]></token>
+
+
+    <xml name="citations">
+        <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>
+    </xml>
+</macros>