diff mkCorr.sh @ 14:5a4cbfb5fbc5 default tip

loading R3.0.2
author Ido Tamir <ido.tamir@imp.ac.at>
date Mon, 27 Oct 2014 10:57:35 +0100
parents 9abd178b46bd
children
line wrap: on
line diff
--- 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