Package Galaxy.Tree.Workflow

Examples of Galaxy.Tree.Workflow.Workflow.addStep()


        mgroup.getDescription(),
        pipeline.getVersion(),
        true);
    //add steps retrieved from visiting modulegroup.
    for(Step s : mystp.getElem1())
      workflow.addStep(s.getId(), s);
    return workflow;
  }
 
  /*
   * Convert a connection to an InputConnection and sink string.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.