Skip to content
Snippets Groups Projects
Commit c957f84c authored by Todor Kondic's avatar Todor Kondic
Browse files

Diagnose preproc issues

parent 259e1b65
No related branches found
No related tags found
No related merge requests found
......@@ -718,7 +718,8 @@ preProc <- function (fnFileTab,lCmpdList,fnDest=paste(stripext(fnFileTab),"_cand
eic <- NULL
maxInt <- NULL
if (length(fn_eic)==0) {
warning("No file for id",id,"does not exist. Skipping.")
message("wd: ",wd,"fn_eic: ",fn_eic)
warning("No file for id ",id," . Skipping.")
next
}
eic <- read.csv(fn_eic, sep = ",", stringsAsFactors = F,comment.char='')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment