Skip to content

Commit 45ebe7f

Browse files
WT: Minor fix
1 parent ea60f32 commit 45ebe7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/wrapper.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ run_SPEEDI <- function(reference_tissue, data_type = "RNA", species = "human", d
144144
log_flag = SPEEDI_variables$log_flag)
145145
}
146146
}
147-
# Delete Rplots.pdf file if it exists (junk file created by R batch mode)
147+
# Delete Rplots.pdf file if it exists (junk file created by R batch mode)
148148
if(file.exists(paste0(SPEEDI_variables$output_dir, "Rplots.pdf"))) {
149149
file.remove(paste0(SPEEDI_variables$output_dir, "Rplots.pdf"))
150150
}

0 commit comments

Comments
 (0)