From d5975402bf30f408439e7ee346e0036e72426d45 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 5 Sep 2022 16:58:45 +0100 Subject: [PATCH] msa --- msa/global.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/msa/global.R b/msa/global.R index bc0ac57..80bcbbb 100644 --- a/msa/global.R +++ b/msa/global.R @@ -31,11 +31,11 @@ library(hash) # than previous approaches # system.time({ -if(interactive()){ - source("~/git/LSHTM_analysis/scripts/Header_TT.R") -} else { +# if(interactive()){ +# source("~/git/LSHTM_analysis/scripts/Header_TT.R") +# } else { source("/srv/shiny-server/git/LSHTM_analysis/scripts/Header_TT.R") -} +# } load_target_globals=function(target){ cat(paste0("Reloading Target: ", target))