This workflow allows to add PHRED quality scores to the sequence and save output to Fastq. For example, one can read a Fasta file, import PHRED quality values from corresponding qualities file and export the result to Fastq.

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 "Convert "seq/qual" Pair to FASTQ" can be found in the "Conversions" section of the Workflow Designer samples.

Workflow Image

The workflow looks as follows:

<center>
  <br>
  <img src="/wiki/download/attachments/16122704/Convert seq-qual Pair to FASTQ.png"/>
  <br> 
</center>
Workflow Wizard

The wizard has 2 pages.

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

    <center>
      <br>
      <img src="/wiki/download/attachments/16122704/Convert seq-qual Pair to FASTQ_1.png"/>
      <br> 
    </center>
  2. Convert "seq/qual" Pair to FASTQ: On this page you can modify converting and output settings. 

    <center>
      <br>
      <img src="/wiki/download/attachments/16122704/Convert seq-qual Pair to FASTQ_2.png"/>
      <br> 
    </center>

    The following parameters are available:

    PHRED inputPath to file with PHRED quality scores.
    Quality typeChoose method to encode quality scores.
    File formatQuality values can be in specialized FASTA-like PHRED qual format or encoded similar as in FASTQ files.
    Result fileLocation of output data file. If this attribute is set, slot "Location" in port will not be used.
    Accumulate resultsAccumulate all incoming data in one file or create separate files for each input.In the latter case, an incremental numerical suffix is added to the file name.