Child pages
  • Workflow Designer: pipelines and repeatable experiments

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In UGENE you can create a data processing workflows with a help of the Workflow Designer. To use the Workflow Designer go to the Tools-->Workflow Designer:

HTML
<center>
  <img src="/wiki/download/attachments/2523433/pic14.png"/>
</center>

The following window appears:

Workflow Designer. UGENE Workflow Designer is a part of UGENE genome analysis suite that allows a molecular biologist to create and run complex computational workflows even if he or she is not familiar with any programming language. The workflows comprise reproducible, reusable and self-documented research routines, with a simple and unambiguous visual representation suitable for publications. The workflows can be run both locally and remotely, either using graphical interface or launched from the command line. The elements that a workflow consists of corresponds to the bulk of algorithms integrated into UGENE. Additionally you can create custom workflow elements.

To launch the Workflow Designer select the Tools ‣ Workflow Designer item in the UGENE main menu. The following window appears: 

HTML
<center>
  <img src="/wiki/download/attachments/25234332883782/pic18WD_window.pnggif"/>
</center>

Example 4: You can find ORFs pattern in a sequence and save it as annotations using the following workflow: 

HTML
<center>
  <img src="/wiki/download/attachments/2523433/pic17wd_sample.pnggif"/>
</center>

Create the workflow, choose parameters and click the Run button. The output file is your sequence with the pattern as annotation.


Note that workflows in UGENE are easy to read and share, can be reused multiple times and compiled into a separate standalone command line tools!

...

For more detailed information about Workflow Designer use the Workflow Designer Documentation.