# HG changeset patch # User lecorguille # Date 1459773698 14400 # Node ID 8b17673b1fc38ebfbea32c8f4aed91c49e8b2941 # Parent f7e3fa941a02ab44e8cf80a797a2e69068ca6bb1 planemo upload diff -r f7e3fa941a02 -r 8b17673b1fc3 tool_dependencies.xml --- 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 @@ - + @@ -18,6 +18,12 @@ 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 +