# HG changeset patch
# User Ido Tamir <ido.tamir@imp.ac.at>
# Date 1414403855 -3600
# Node ID 5a4cbfb5fbc5c74b3cc32f9cd711974604e99c16
# Parent  de452b96da8eb3907b9a8ad386c993ec23859a5c
loading R3.0.2

diff -r de452b96da8e -r 5a4cbfb5fbc5 mkCorr.sh
--- a/mkCorr.sh	Mon Sep 23 13:46:24 2013 +0200
+++ b/mkCorr.sh	Mon Oct 27 10:57:35 2014 +0100
@@ -4,12 +4,9 @@
 #echo "running corr"
 #echo $PWD
 
-module () {
-   eval `/usr/bin/modulecmd bash $*`
-}
-
 if [ -f /biosw/modules/init/modules-env.sh ]; then
-	module load R/3.0.0 
+   . /etc/profile.d/modules.sh
+   source ~/R3.sh	
 fi;
 
 cp $TOOLDIR/corr.R $PWD