# HG changeset patch # User deepakjadmin # Date 1443078188 14400 # Node ID 6bca60a1194855d19326b1c6c7b620b305a3a3af Uploaded diff -r 000000000000 -r 6bca60a11948 rtest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rtest.xml Thu Sep 24 03:03:08 2015 -0400 @@ -0,0 +1,23 @@ + + R version and installation test + + R_ROOT_DIR + R + limma + + GALAXY_ROOT_DIR=`pwd`; + echo \$GALAXY_ROOT_DIR > $log 2 >&1; + cd ../../../../; + GALAXY_ROOT_DIR=`pwd`; + echo \$GALAXY_ROOT_DIR > $log 2 >&1; + \$R_ROOT_DIR/bin/Rscript \${GALAXY_ROOT_DIR}/tools/toop2/test.R $output > $log 2 >&1 + + + + + + + + + + diff -r 000000000000 -r 6bca60a11948 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Sep 24 03:03:08 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 + + + + diff -r 000000000000 -r 6bca60a11948 yueer.R --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/yueer.R Thu Sep 24 03:03:08 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)