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

Fix range in mix.R

* R/mix.R(single.sw): Fix range.
parent 3dd2b609
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ single.sw<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",arc
archdir<-file.path(wd,archdir)
if (!dir.exists(archdir)) dir.create(archdir)
fn_arch<-file.path(archdir,paste(fn_data,".archive",sep=''))
RMassBank::msmsWorkflow(w, mode=mode, steps=2:7,archivename=fn_arch)
RMassBank::msmsWorkflow(w, mode=mode, steps=2:lastStep,archivename=fn_arch)
}
......
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