# HG changeset patch # User deepakjadmin # Date 1443203285 14400 # Node ID 4eb8259dec95e3cdb0990a6f826e99bfb4354dbf # Parent 463a876ec2cf786715e90e1f1b0799da6c5aaefc Deleted selected files diff -r 463a876ec2cf -r 4eb8259dec95 carettest.xml --- a/carettest.xml Fri Sep 25 06:19:00 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ - - R version and installation test - - R_ROOT_DIR - R - caret-tools - - 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 463a876ec2cf -r 4eb8259dec95 test.R --- a/test.R Fri Sep 25 06:19:00 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -args <- commandArgs(T) -arg1 <- args[1] ## Reae Input prediction file -library("Rcpp") -library("Hmisc") -library("caret") -library("randomForest") -library("e1071") -libray("pROC") -asd <- sessionInfo() -save(asd,file=arg1)