From 21ea1c60fb05a9cc91756934161eb1f2990db7c2 Mon Sep 17 00:00:00 2001 From: Hanspeter85 Date: Thu, 27 Jan 2022 16:12:15 +0100 Subject: [PATCH] Added the path for WULab server. --- IEfeeds_code/Ind30Pro39v1_InitialEstimate.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IEfeeds_code/Ind30Pro39v1_InitialEstimate.m b/IEfeeds_code/Ind30Pro39v1_InitialEstimate.m index 42a57bd..bc9de2f 100644 --- a/IEfeeds_code/Ind30Pro39v1_InitialEstimate.m +++ b/IEfeeds_code/Ind30Pro39v1_InitialEstimate.m @@ -43,7 +43,8 @@ ind_proxy = ones(size(IndMap,2),1); IndMap = prorate(IndMap,'col_proxy',ind_proxy); - command = 'Rscript /import/emily1/isa/IELab/Roots/PIOLab/Rscripts/IEfeeds_code/Ind30Pro39v1_InitialEstimate.R'; + % To run Lab on Sydney machine: command = 'Rscript /import/emily1/isa/IELab/Roots/PIOLab/Rscripts/IEfeeds_code/Ind30Pro39v1_InitialEstimate.R'; + command = 'Rscript /data/WULab/Roots/PIOLab/Rscripts/IEfeeds_code/Ind30Pro39v1_InitialEstimate.R'; system(command,'-echo'); - end \ No newline at end of file + end