diff picard_macros.xml @ 8:afcccc536c1d draft default tip

planemo upload for repository https://github.com/scottx611x/picard_MergeSamFiles commit 18b5e06ecfca32bbeed3306c4576ddb500d71cc1
author refinery-platform
date Mon, 24 Sep 2018 10:51:56 -0400
parents 4a06ecf77f92
children
line wrap: on
line diff
--- a/picard_macros.xml	Mon Dec 04 10:52:59 2017 -0500
+++ b/picard_macros.xml	Mon Sep 24 10:51:56 2018 -0400
@@ -9,6 +9,13 @@
 
     <token name="@TOOL_VERSION@">2.7.1</token>
 
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="2.7.1">picard</requirement>
+            <yield/>
+        </requirements>
+    </xml>
+
     <token name="@symlink_element_identifier@"><![CDATA[
     #import re
     #set escaped_element_identifier = re.sub('[^\w\-]', '_', str($inputFile.element_identifier))