Skip to content

Commit

Permalink
Added the path for WULab server.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanspeter85 committed Jan 27, 2022
1 parent 9bf1bac commit 21ea1c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions IEfeeds_code/Ind30Pro39v1_InitialEstimate.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
end

0 comments on commit 21ea1c6

Please sign in to comment.