interactions.R debugging

This commit is contained in:
2024-08-04 23:06:10 -04:00
parent 4059cc965f
commit 9f541115eb

View File

@@ -63,11 +63,11 @@ print(paste("The Standard Deviation Value is: ", delBGFactor))
outDir_QC <- paste(outDir,"QC/",sep="")
if !(file.exists(outDir)){
if (!file.exists(outDir)){
dir.create(file.path(outDir))
}
if !(file.exists(outDir_QC)){
if (!file.exists(outDir_QC)){
dir.create(file.path(outDir_QC))
}