Skip to content

Commit ea60f32

Browse files
WT: Fix to make GitHub update source code in new release
1 parent 7e59f84 commit ea60f32

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)