# HG changeset patch
# User deepakjadmin
# Date 1443034724 14400
# Node ID 5e3fd49af97802ab175d45886c024bc747079e99
# Parent 7171114c37343654c0f6a4f35daad8c5ef79f963
Uploaded
diff -r 7171114c3734 -r 5e3fd49af978 rtest.xml
--- a/rtest.xml Wed Sep 23 14:24:35 2015 -0400
+++ b/rtest.xml Wed Sep 23 14:58:44 2015 -0400
@@ -8,7 +8,7 @@
GALAXY_ROOT_DIR=`pwd`;
cd ../../../../;
GALAXY_ROOT_DIR=`pwd`;
- \$R_ROOT_DIR/bin/Rscript \${GALAXY_ROOT_DIR}/tools/toop2/test.R $output;
+ \$R_ROOT_DIR/bin/Rscript \${GALAXY_ROOT_DIR}/tools/toop2/test.R $output &>1 ;
diff -r 7171114c3734 -r 5e3fd49af978 test.R
--- a/test.R Wed Sep 23 14:24:35 2015 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-args <- commandArgs(T)
-arg1 <- args[1] ## Reae Input prediction file
-library("Rcpp")
-library("edgeR")
-asd <- sessionInfo()
-save(asd,file=arg1)