Mercurial > repos > yhoogstrate > edger_with_design_matrix
view tool_dependencies.xml @ 79:c86f1f86b3c1 draft
Uploaded
author | yhoogstrate |
---|---|
date | Thu, 13 Nov 2014 10:30:43 -0500 |
parents | 398963a4827a |
children | c5bd139cd3e8 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="R" version="3.0.3"> <repository changeset_revision="9ff23e0b280b" name="package_r_3_0_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /><!-- toolshed="http://testtoolshed.g2.bx.psu.edu/" --> </package> <package name="biocLite_edgeR_limma" version="latest"> <install version="1.0"> <actions> <action type="set_environment_for_install"> <repository changeset_revision="9ff23e0b280b" name="package_r_3_0_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"><!-- toolshed="http://testtoolshed.g2.bx.psu.edu/" --> <package name="R" version="3.0.3" /> </repository> </action> <action type="make_directory">$INSTALL_DIR</action> <action type="shell_command">echo "source('http://bioconductor.org/biocLite.R')" > $INSTALL_DIR/runme.R</action> <action type="shell_command">echo "installme=c('edgeR','limma')" >> $INSTALL_DIR/runme.R</action> <action type="shell_command">echo "biocLite()" >> $INSTALL_DIR/runme.R</action> <action type="shell_command">echo "biocLite(installme)" >> $INSTALL_DIR/runme.R</action> <action type="shell_command">echo "install.packages(c('stringr','gplots'),dependencies=T,repos='http://cran.us.r-project.org')" >> $INSTALL_DIR/runme.R</action> <action type="shell_command">echo "quit(save='no')" >> $INSTALL_DIR/runme.R</action> <action type="shell_command">export PATH=$PATH && export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && R CMD BATCH $INSTALL_DIR/runme.R </action> </actions> </install> <readme> Installs the latest bioc packages: edgeR & Limma </readme> </package> <!-- instead of using "convert", make use of "gm convert" --> <package name="graphicsmagick" version="1.3.18"> <repository changeset_revision="2fd4eb971ba5" name="package_graphicsmagick_1_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /><!-- toolshed="http://testtoolshed.g2.bx.psu.edu/" --> </package> <package name="design_matrix_creator" version="1.0.0"> <install version="1.0"> <actions> <action type="move_file"> <source>$REPOSITORY_INSTALL_DIR/design_matrix_creator</source> <destination>$INSTALL_DIR/bin/</destination> </action> <action type="chmod"> <file mode="755">$INSTALL_DIR/bin/design_matrix_creator</file> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> </package> </tool_dependency>