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

Start adding combine functionality

parent c5a8dfc9
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,10 @@ gen_comp_list<-function(src_fn,dest_fn) {
##' documentation of `msmsRead` for details.
##' @param archdir The directory to store R objects created during
##' workflow execution.
##' @param lastStep The last step in the workflow. Default is eight.
##' @return MsmsWorkspace object.
##' @author Todor Kondić
single.sw<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",archdir="archive") {
single.sw<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",archdir="archive",lastStep=8) {
require(RMassBank)
require(yaml)
......
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