wholesale change for Header_TT.R location

This commit is contained in:
Tanushree Tunstall 2022-01-26 11:39:03 +00:00
parent b133b8be24
commit 586927ca56
46 changed files with 46 additions and 46 deletions

View file

@ -6,7 +6,7 @@
###########################################################
# load libraries and functions
#source("Header_TT.R")
#source("~/git/LSHTM_analysis/scripts/Header_TT.R")
#==========================================================
# combining_dfs_plotting():

View file

@ -4,7 +4,7 @@
# Odds Ratio from master data
#########################################################
# load libraries
#source("Header_TT.R")
#source("~/git/LSHTM_analysis/scripts/Header_TT.R")
require("getopt", quietly = TRUE) # cmd parse arguments
# working dir and loading libraries

View file

@ -1,5 +1,5 @@
setwd("~/git/LSHTM_analysis/scripts/plotting/")
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
source("../functions/lf_bp.R")
# ================================================
# Data: run get_plotting_data.R

View file

@ -7,7 +7,7 @@ getwd()
setwd("~/git/LSHTM_analysis/scripts/plotting/")
getwd()
source("Header_TT.R")
source("~/git/LSHTM_analysis/scripts/Header_TT.R")
source("get_plotting_dfs.R")