diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Fri May 25 13:20:06 2012 -0400
@@ -0,0 +1,12 @@
+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.
+
+This tool uses Freebayes to call SNPS given a reference sequence and a BAM alignment file.
+http://bioinformatics.bc.edu/marthlab/FreeBayes
+
+Base alignment quality (BAQ) adjustment is a quality smoothing filter which applies a hidden 
+markov model of read genesis to each alignment independently.  This is currently implemented
+by samtools fillmd.  (See Biological Sequence Analysis Probabilistic Models of Proteins and 
+Nucleic Acids by Durbin et. al. for more details.)
+
+
+Updated in 2011 by Lance Parsons <lparsons@princeton.edu>, Lewis-Sigler Institute for Integrative Genomics, Princeton University