Galaxy | Tool Preview

Stacks: process radtags (version 1.46.0)
input files
Barcode file
provide the restriction enzyme used
advanced options
advanced options 0

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 can be specified on the command line (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

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