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

Fix docs

parent 89d0bc7e
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ single.sw<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",arc ...@@ -131,7 +131,7 @@ single.sw<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",arc
w <- RMassBank::newMsmsWorkspace() w <- RMassBank::newMsmsWorkspace()
## Run the workflow. ## Run the workflow.
message(paste("Reading in file:",fn_data)) message(paste("Reading in file:",fn_data))
w <-msmsRead(w,filetable=fn_table,readMethod="mzR",mode=mode) w <-RMassBank::msmsRead(w,filetable=fn_table,readMethod="mzR",mode=mode)
archdir<-file.path(wd,archdir) archdir<-file.path(wd,archdir)
if (!dir.exists(archdir)) dir.create(archdir) if (!dir.exists(archdir)) dir.create(archdir)
fn_arch<-file.path(archdir,paste(fn_data,".archive",sep='')) fn_arch<-file.path(archdir,paste(fn_data,".archive",sep=''))
......
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