view rgedgeR/tool_dependencies.xml @ 13:b2ec6ec6ef74 draft

Uploaded
author fubar
date Wed, 12 Jun 2013 06:13:41 -0400
parents 65a97686ca5d
children a4d7ec124c53
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="package_BioCBasics" version="2.12">
        <install version="1.0">
            <actions>
                <action type="set_environment_for_install">
                    <repository name="package_R" owner="fubar" prior_installation_required="True"  toolshed="http://testtoolshed.g2.bx.psu.edu/"/>
                </action>
                <action type="shell_command">$R_HOME/bin/R CMD BATCH installBioC.R </action>
            </actions>
        </install>
        <readme>R is a free software environment for statistical computing and graphics
                WARNING: See custom compilation options above
                Modified from an older version of R by Boris by Ross Lazarus for R 3.0
                Added Bioc basics via this package installBioC.R script
       </readme>
    </package>
</tool_dependency>