saving before commiting
This commit is contained in:
parent
ea931b59f3
commit
a287b801f7
2 changed files with 12 additions and 12 deletions
|
@ -127,19 +127,19 @@ cat(s1)
|
|||
#source("other_plots_data.R")
|
||||
|
||||
# FIXME
|
||||
source(paste0(plot_script_path, "dm_om_data.R"))
|
||||
#source(paste0(plot_script_path, "dm_om_data.R"))
|
||||
|
||||
s2 = c("\nSuccessfully sourced other_plots_data.R")
|
||||
cat(s2)
|
||||
#s2 = c("\nSuccessfully sourced other_plots_data.R")
|
||||
#cat(s2)
|
||||
|
||||
####################################################################
|
||||
# Data for Lineage barplots: WF and LF dfs
|
||||
####################################################################
|
||||
|
||||
source(paste0(plot_script_path, "lineage_data.R"))
|
||||
#source(paste0(plot_script_path, "lineage_data.R"))
|
||||
|
||||
s3 = c("\nSuccessfully sourced lineage_data.R")
|
||||
cat(s3)
|
||||
#s3 = c("\nSuccessfully sourced lineage_data.R")
|
||||
#cat(s3)
|
||||
|
||||
####################################################################
|
||||
# Data for corr plots:
|
||||
|
@ -184,8 +184,7 @@ vars1 = ls(envir = .GlobalEnv)[grepl("^cols_to*", ls(envir = .GlobalEnv))]
|
|||
vars2 = ls(envir = .GlobalEnv)[grepl("pivot_cols_*", ls(envir = .GlobalEnv))]
|
||||
vars3 = ls(envir = .GlobalEnv)[grepl("expected_*", ls(envir = .GlobalEnv))]
|
||||
|
||||
rm(c1
|
||||
, fact_cols
|
||||
rm( fact_cols
|
||||
, infile_metadata
|
||||
, infile_params
|
||||
, vars0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue