Galaxy | Tool Preview

Stacks2: process radtags (version 2.55+galaxy4)
The barcode file is only used if barcode_input
provide the restriction enzyme used
advanced options
advanced options 0
Useful if your data has already been trimmed

What it does

This program examines raw reads from an Illumina sequencing run and first, checks that the barcode and the RAD cutsite are intact, and demultiplexes the data. If there are errors in the barcode or the RAD site within a certain allowance process_radtags can correct them. Second, it slides a window down the length of the read and checks the average quality score within the window. If the score drops below 90% probability of being correct (a raw phred score of 10), the read is discarded. This allows for some seqeuncing errors while elimating reads where the sequence is degrading as it is being sequenced. By default the sliding window is 15% of the length of the read, but the threshold and window size can be adjusted.

The process_radtags program can:

Help

Input files:

The barcode file is a very simple format:

Barcode Sample name
ATGGGG PopA_01
GGGTAA PopA_02
AGGAAA PopA_03
TTTAAG PopA_04
GGTGTG PopA_05
TGATGT PopA_06

Combinatorial barcodes are specified, one per column, separated by a tab:

Barcode1 Barcode2 Sample name
CGATA ACGTA PopA_01
CGGCG CGTA PopA_02
GAAGC CGTA PopA_03
GAGAT CGTA PopA_04
CGATA AGCA PopA_05
CGGCG AGCA PopA_06

The sample name column can be omitted. Then the Barcodes are used for naming the output files.


Created by:

Stacks was developed by Julian Catchen with contributions from Angel Amores, Paul Hohenlohe, and Bill Cresko

Project links:

Stacks website

Stacks manual

Stacks google group