diff heatmap2.xml @ 2:672eb1c4314c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit f9fb73a88ab8b52ce11c25a966d4fe99e67c9fbf
author iuc
date Mon, 11 Jun 2018 16:03:13 -0400
parents d76c7d77e629
children f86777d8ba62
line wrap: on
line diff
--- a/heatmap2.xml	Tue Aug 29 09:01:22 2017 -0400
+++ b/heatmap2.xml	Mon Jun 11 16:03:13 2018 -0400
@@ -1,11 +1,11 @@
-<tool id="ggplot2_heatmap2" name="heatmap2" version="@VERSION@">
+<tool id="ggplot2_heatmap2" name="heatmap2" version="@VERSION@+galaxy0">
     <macros>
         <import>macros.xml</import>
     </macros>
-    <expand macro="requirements">
+    <requirements>
         <requirement type="package" version="3.0.1">r-gplots</requirement>
         <requirement type="package" version="1.1_2">r-rcolorbrewer</requirement>
-    </expand>
+    </requirements>
     <command detect_errors="exit_code"><![CDATA[
 cat '$script' &&
 Rscript '$script' &&
@@ -123,5 +123,6 @@
 
 This wrapper employs the heatmap.2 function of R.
     ]]></help>
-    <expand macro="citations"/>
+    <citations>
+    </citations>
 </tool>