diff heatmap2.xml @ 2:c6bfec911a41 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:05:08 -0400
parents cb04f3235a4e
children 4955e9bb96d1
line wrap: on
line diff
--- a/heatmap2.xml	Tue Aug 29 09:02:38 2017 -0400
+++ b/heatmap2.xml	Mon Jun 11 16:05:08 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>