added "/" at the end of outdir_plots
This commit is contained in:
parent
e1f97df805
commit
ad537a3ace
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ source("data_extraction_formatting.R")
|
|||
metadata_all$mosaic[metadata_all$adult==1 & metadata_all$age<=18]
|
||||
|
||||
#=============
|
||||
# Output: unpaired analysis of time for sam
|
||||
# Output
|
||||
#=============
|
||||
outfile_name = paste0("flu_stats_time_unpaired_", my_sample_type, ".csv")
|
||||
flu_stats_time_unpaired = paste0(outdir_stats, outfile_name)
|
||||
|
|
|
@ -16,7 +16,7 @@ source("data_extraction_formatting.R")
|
|||
metadata_all$mosaic[metadata_all$adult==1 & metadata_all$age<=18]
|
||||
|
||||
#=============
|
||||
# Output: unpaired analysis of time for serum
|
||||
# Output
|
||||
#=============
|
||||
outfile_name = paste0("flu_stats_time_unpaired_", my_sample_type, ".csv")
|
||||
flu_stats_time_unpaired = paste0(outdir_stats, outfile_name)
|
||||
|
|
|
@ -15,7 +15,7 @@ ifelse(!dir.exists(outdir), dir.create(outdir), FALSE)
|
|||
outdir_stats = paste0(maindir, "output/stats/")
|
||||
ifelse(!dir.exists(outdir_stats), dir.create(outdir_stats), FALSE)
|
||||
|
||||
outdir_plots = paste0(maindir, "output/plots")
|
||||
outdir_plots = paste0(maindir, "output/plots/")
|
||||
ifelse(!dir.exists(outdir_plots), dir.create(outdir_plots), FALSE)
|
||||
########################################################################
|
||||
# static file read: csv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue