moved functions/ in the scripts dir
This commit is contained in:
parent
2dc81e72f4
commit
29fa99b914
6 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ library(dplyr)
|
||||||
require("getopt", quietly = TRUE) # cmd parse arguments
|
require("getopt", quietly = TRUE) # cmd parse arguments
|
||||||
|
|
||||||
# load functions
|
# load functions
|
||||||
source("functions/plotting_globals.R")
|
source("../functions/plotting_globals.R")
|
||||||
source("functions/plotting_data.R")
|
source("../functions/plotting_data.R")
|
||||||
source("functions/stability_count_bp.R")
|
source("../functions/stability_count_bp.R")
|
||||||
source("functions/position_count_bp.R")
|
source("../functions/position_count_bp.R")
|
||||||
#############################################################
|
#############################################################
|
||||||
# command line args
|
# command line args
|
||||||
#********************
|
#********************
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue