diff scatterplot.xml @ 1:b4102b163488 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/scatterplot commit 1b68ca3d083c5879e996a9df5e22963dfc9c3f90-dirty
author mvdbeek
date Wed, 14 Sep 2016 12:42:56 -0400
parents 11627baf830e
children ca89930cb23c
line wrap: on
line diff
--- a/scatterplot.xml	Wed Sep 14 12:40:20 2016 -0400
+++ b/scatterplot.xml	Wed Sep 14 12:42:56 2016 -0400
@@ -1,8 +1,8 @@
-<tool id="scatterplot_rpy" name="Scatterplot" version="1.0.1">
+<tool id="scatterplot_rpy" name="Scatterplot" version="1.0.2">
   <description>of two numeric columns</description>
   <requirements>
     <requirement type="package" version="1.9">numpy</requirement>
-    <requirement type="package" version="1.0.3">rpy</requirement>
+    <requirement type="package" version="2.7.8">rpy2</requirement>
   </requirements>
   <command interpreter="python">scatterplot.py $input $out_file1 $col1 $col2 "$title" "$xlab" "$ylab"</command>
   <inputs>
@@ -16,8 +16,6 @@
   <outputs>
     <data format="pdf" name="out_file1" />
   </outputs>
-  <!-- TODO: uncomment the following test when we have tools.update_state() working for 
-       multiple dependents with the same dependency.
   <tests>
     <test>
       <param name="input" value="scatterplot_in1.tabular" ftype="tabular"/>
@@ -26,10 +24,9 @@
       <param name="title" value="Scatterplot"/>
       <param name="xlab" value="V1"/>
       <param name="ylab" value="V2"/>
-      <output name="out_file1" file="scatterplot_out1.pdf" />
+      <output name="out_file1" file="scatterplot_out1.pdf" compare="sim_size" />
     </test>
   </tests>
-  -->
   <help>
 .. class:: infomark