changeset 1:8b17673b1fc3 draft default tip

planemo upload
author lecorguille
date Mon, 04 Apr 2016 08:41:38 -0400
parents f7e3fa941a02
children
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jan 25 08:53:40 2016 -0500
+++ b/tool_dependencies.xml	Mon Apr 04 08:41:38 2016 -0400
@@ -4,7 +4,7 @@
         <repository changeset_revision="1ca39eb16186" name="package_r_3_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
 
-    <package name="batch" version="1.1-4">
+    <package name="r-batch" version="1.1_4">
         <install version="1.0">
             <actions>
                 <action type="setup_r_environment">
@@ -18,6 +18,12 @@
         </install>
         <readme>
 batch: https://cran.r-project.org/web/packages/batch/index.html
+batch: Batching Routines in Parallel and Passing Command-Line Arguments to R
+
+Functions to allow you to easily pass command-line arguments into R, and functions to aid in submitting your R code in parallel on a cluster and joining the results afterward (e.g. multiple parameter values for simulations running in parallel, splitting up a permutation test in parallel, etc.). See ‘parseCommandArgs(...)’ for the main example of how to use this package.
+
+Author: 	Thomas Hoffmann tjhoffm at gmail.com
+
 
         </readme>
     </package>