Skip to content

Commit

Permalink
WT: Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthistle committed Nov 6, 2023
1 parent ea60f32 commit 45ebe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/wrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ run_SPEEDI <- function(reference_tissue, data_type = "RNA", species = "human", d
log_flag = SPEEDI_variables$log_flag)
}
}
# Delete Rplots.pdf file if it exists (junk file created by R batch mode)
# Delete Rplots.pdf file if it exists (junk file created by R batch mode)
if(file.exists(paste0(SPEEDI_variables$output_dir, "Rplots.pdf"))) {
file.remove(paste0(SPEEDI_variables$output_dir, "Rplots.pdf"))
}
Expand Down

0 comments on commit 45ebe7f

Please sign in to comment.