Child pages
  • Merge Sequences and Annotations

Versions Compared

Key

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

If you have a list of files with sequences and separate files with annotation and you want to merge sequences and annotation, this workflow might help you. For instance, you have sequence This sample workflow shows how to merge input sequences with sets of annotations.

For example, you may have sequences in FASTA format and separate annotation annotations in GFF . You want format, and you would like to merge them and write annotated sequences into Genbank files. Be default, multiplexer takes sequences and annotation one by one, sticks one annotation to one sequence and passes it to the output. But you may change that behavior in parameters of Multiplexersave 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.

...