Child pages
  • Merge Sequences and Annotations

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

This sample workflow shows how to merge input sequences with sets of annotations.

For example, you may have sequences in FASTA format and annotations in GFF format, and you would like to merge them and save the result into GenBank files.

The steps of the workflow are these:

  1. The workflow reads sequences from the input sequence files, e.g. sequence1, sequence2, sequence3.
  2. The workflow reads annotations from the input files with annotations, e.g. ann_set1, ann_set2, ann_set3.
  3. The sequences and the annotations are multiplexed. The result is:
    • sequence1 + ann_set1
    • sequence2 + ann_set2
    • sequence3 + ann_set3
  4. The result is written to the output files.

Tip
titleHow to Use This Sample

If you haven't used the workflow samples in UGENE before, look at the "How to Use Sample Workflows" section of the documentation.

Workflow Sample Location

The workflow sample "Merge Sequences and Annotations" can be found in the "Scenarios" section of the Workflow Designer samples.

Workflow Image

The workflow looks as follows:

HTML
<center>
  <br>
  <img src="/wiki/download/attachments/16122735/Merge Sequences and Annotations.png"/>
  <br> 
</center>
Workflow Wizard

The wizard has 3 pages.

  1. Input sequence(s): On this page you must input sequence(s). 

    HTML
    <center>
      <br>
      <img src="/wiki/download/attachments/16122735/Merge Sequences and Annotations_1.png"/>
      <br> 
    </center>
  2. Input annotation(s): On this page you must input annotation(s). 

    HTML
    <center>
      <br>
      <img src="/wiki/download/attachments/16122735/Merge Sequences and Annotations_2.png"/>
      <br> 
    </center>
  3. Output data: On this page you can modify output parameters. 

    HTML
    <center>
      <br>
      <img src="/wiki/download/attachments/16122735/Merge Sequences and Annotations_3.png"/>
      <br> 
    </center>