renamed barplot_colour_function.R to bp_subcolours.R and reflected it in scripts using it.

This commit is contained in:
Tanushree Tunstall 2021-06-29 14:05:48 +01:00
parent 9f5b983bc0
commit c599d28377
5 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ if(is.null(drug)|is.null(gene)) {
#===========
# Input
#===========
source("../functions/barplot_colour_function.R")
source("../functions/bp_subcolours.R")
source("get_plotting_dfs.R")
@ -234,4 +234,4 @@ print(outPlot_bp_lig)
dev.off()
######################################################################=
# End of script
######################################################################=
######################################################################=