moved functions/ in the scripts dir

This commit is contained in:
Tanushree Tunstall 2021-06-11 11:11:39 +01:00
parent 0c3645705d
commit f6259aa517
6 changed files with 4 additions and 4 deletions

View file

@ -17,10 +17,10 @@ library(dplyr)
require("getopt", quietly = TRUE) # cmd parse arguments
# load functions
source("functions/plotting_globals.R")
source("functions/plotting_data.R")
source("functions/stability_count_bp.R")
source("functions/position_count_bp.R")
source("../functions/plotting_globals.R")
source("../functions/plotting_data.R")
source("../functions/stability_count_bp.R")
source("../functions/position_count_bp.R")
#############################################################
# command line args
#********************