diff picard_AddOrReplaceReadGroups.xml @ 14:486d7500da69 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 7036343b9ac0a0ffc2ce4f6db465b9298ef05e73
author iuc
date Mon, 16 Apr 2018 21:27:09 -0400
parents 126c30841c38
children a5a13ea16d17
line wrap: on
line diff
--- a/picard_AddOrReplaceReadGroups.xml	Sat Jan 20 08:28:02 2018 -0500
+++ b/picard_AddOrReplaceReadGroups.xml	Mon Apr 16 21:27:09 2018 -0400
@@ -1,8 +1,9 @@
-<tool name="AddOrReplaceReadGroups" id="picard_AddOrReplaceReadGroups" version="@TOOL_VERSION@.0">
+<tool name="AddOrReplaceReadGroups" id="picard_AddOrReplaceReadGroups" version="@TOOL_VERSION@.@WRAPPER_VERSION@">
   <description>add or replaces read group information</description>
   <macros>
     <import>picard_macros.xml</import>
     <import>read_group_macros.xml</import>
+    <token name="@WRAPPER_VERSION@">0</token>
   </macros>
   <expand macro="requirements" />
   <command detect_errors="exit_code">
@@ -106,4 +107,5 @@
 
 @more_info@
   </help>
+  <expand macro="citations" />
 </tool>