Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Create tool_dependencies.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yguitton committed May 22, 2016
1 parent 5632815 commit 867bc2b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions install/package_bioconductor_metaMS/tool_dependencies.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<tool_dependency>
<package name="R" version="3.1.2">
<repository name="package_r_3_1_2" owner="iuc" prior_installation_required="True" />
</package>

<package name="r-batch" version="1.1_4">
<install version="1.0">
<actions>
<action type="setup_r_environment">
<repository name="package_r_3_1_2" owner="iuc">
<package name="R" version="3.1.2" />
</repository>

<package>http://application.sb-roscoff.fr/download/w4m/cran-archive/package_r_batch_1_1_4//batch_1.1-4.tar.gz</package>
</action>
</actions>
</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>
</tool_dependency>

0 comments on commit 867bc2b

Please sign in to comment.