annotate README @ 6:73e1e4d0b419 draft default tip

Deprecated this version
author Lance Parsons <lparsons@princeton.edu>
date Fri, 25 May 2012 13:20:06 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
1 This tool was based on an early version of the Freebayes Galaxy wrapper that was included with Galaxy. Since then, the included tool written by Daniel Blankenberg has been updated and is generally preferred since it works with newer versions of Freebayes and supports more options.
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
2
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
3 This tool uses Freebayes to call SNPS given a reference sequence and a BAM alignment file.
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
4 http://bioinformatics.bc.edu/marthlab/FreeBayes
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
5
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
6 Base alignment quality (BAQ) adjustment is a quality smoothing filter which applies a hidden
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
7 markov model of read genesis to each alignment independently. This is currently implemented
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
8 by samtools fillmd. (See Biological Sequence Analysis Probabilistic Models of Proteins and
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
9 Nucleic Acids by Durbin et. al. for more details.)
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
10
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
11
73e1e4d0b419 Deprecated this version
Lance Parsons <lparsons@princeton.edu>
parents:
diff changeset
12 Updated in 2011 by Lance Parsons <lparsons@princeton.edu>, Lewis-Sigler Institute for Integrative Genomics, Princeton University