Mercurial > repos > devteam > scatterplot
diff scatterplot.xml @ 3:1dacc8aeb452 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/scatterplot commit 93df3895fbf2fa44ff279303093fb89b79081687
author | devteam |
---|---|
date | Thu, 15 Sep 2016 05:36:51 -0400 |
parents | 53eb2c412783 |
children | 113045fca1aa |
line wrap: on
line diff
--- a/scatterplot.xml Fri Dec 18 19:14:12 2015 -0500 +++ b/scatterplot.xml Thu Sep 15 05:36:51 2016 -0400 @@ -1,8 +1,10 @@ -<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> + <!-- explicit R requirement is necessary for toolshed package, conda rpy2 comes with R --> + <requirement type="package" version="3.2.1">R</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 +18,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 +26,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