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

Merge branch 'devel' into 'master'

Devel

See merge request eci/shinyscreen!7
parents 425160d4 5a938397
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,8 @@ gen<-function(fnFileTab,fnCmpdList,mode,fnDestFileTable=attch(stripext(fnFiletab
fnData <- levels(factor(fTab$Files))
wd <- fTab$wd[match(fnData,fTab$Files)]
stgsName <- sapply(wd,function(w) paste(wd,".ini",sep = ''))
fnStgs <- file.path(stgsPath,stgsName)
fnStgs <- file.path(stgsPath,basename(stgsName))
message(fnStgs[[1]])
## Do the prescreen.
presc.do(fnData=fnData,wd=wd,fnStgs = fnStgs,fnCmpdList=fnCmpdList,mode=mode,dest=dest,ppm_limit_fine=ppmLimFine,EIC_limit=eicLim,proc=proc,fnLog=fnLog)
......
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