interactions.R debugging
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user