...
1) Reads a set of Sanger sequencing reads from ABI files.
2) Trims ends of the reads by the quality value.
3) Filter the short trimmed reads.
4) Aligns Maps the filtered trimmed reads to a reference sequence.
...
1) Multiple sequence alignment file. The first sequence of the alignment is the reference and other ones are the reads.
2) Annotated reference sequence file. The annotations are the aligned mapped reads.
Tip | ||
---|---|---|
| ||
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 "Trim and Align Map Sanger Reads" can be found in the "Sanger Sequencing" section of the Workflow Designer samples.
Workflow Image
The opened workflow looks as follows:
HTML |
---|
<center> <br> <img src="/wiki/download/attachments/65930523/Trim and Align Sanger Reads.png"/> <br> </center> |
Workflow Wizard
The wizard has 4 pages.
Reference Sequence: On this page you must input reference sequence.
HTML <center> <br> <img src="/wiki/download/attachments/16122743/Trim and Align Sanger Reads_1.png"/> <br> </center>
- Input Sanger Reads (ABI Files): On this page you must input ABI file(s).
HTML <center> <br> <img src="/wiki/download/attachments/16122743/Trim and Align Sanger Reads_2.png"/> <br> </center>
- Trimming and FilteringMapping Settings: On this page, you can modify trimming and filtering mapping settings.
HTML <center> <br> <img src="/wiki/download/attachments/1612274365930523/Trim and Align Sanger Reads_3.png"/> <br> </center>
The following parameters are available:
Quality Trimming quality threshold Quality The quality threshold for trimming. Min Length Too short reads are discarded by the filterMapping min similarity Reads,whosesimilaritywiththereferenceislessthanthestatedvalue,willbeignored.
Read name in the resulting alignment Reads in the resulting alignment can be named either by the names of the sequences in the input files or by the input files names. For example, if the sequences have the same name, set this value to " File name" to be able to distinguish the reads in the resulting alignment.
Results: On this page you can modify output files settings.
HTML <center> <br> <img src="/wiki/download/attachments/16122743/Trim and Align Sanger Reads_4.png"/> <br> </center>