# HG changeset patch # User deepakjadmin # Date 1443032675 14400 # Node ID 7171114c37343654c0f6a4f35daad8c5ef79f963 Uploaded diff -r 000000000000 -r 7171114c3734 rtest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rtest.xml Wed Sep 23 14:24:35 2015 -0400 @@ -0,0 +1,20 @@ + + R version and installation test + + R_ROOT_DIR + R + limma + + GALAXY_ROOT_DIR=`pwd`; + cd ../../../../; + GALAXY_ROOT_DIR=`pwd`; + \$R_ROOT_DIR/bin/Rscript \${GALAXY_ROOT_DIR}/tools/toop2/test.R $output; + + + + + + + + + diff -r 000000000000 -r 7171114c3734 test.R --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test.R Wed Sep 23 14:24:35 2015 -0400 @@ -0,0 +1,6 @@ +args <- commandArgs(T) +arg1 <- args[1] ## Reae Input prediction file +library("Rcpp") +library("edgeR") +asd <- sessionInfo() +save(asd,file=arg1) diff -r 000000000000 -r 7171114c3734 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Sep 23 14:24:35 2015 -0400 @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + https://bioarchive.galaxyproject.org/limma_3.25.3.tar.gz?raw=true + http://bioconductor.org/packages/release/bioc/src/contrib/edgeR_3.10.2.tar.gz?raw=true + https://cran.r-project.org/src/contrib/Rcpp_0.12.1.tar.gz?raw=true + + + + + +limma_3.24.12 installed now try edgeR + + + +