Skip to content

Filter and calibration programs for Illumina BAM files

Notifications You must be signed in to change notification settings

ia1/pb_calibration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

pb_calibration

Filter and calibration programs for Illumina sequencing data (in BAM files).

(The name of this project no longer fits its functionality well so it may change...).

#Tools

spatial_filter

Identify regions with spatially correlated errors e.g. bubbles, (from aligned BAM files where the read name can be parsed for spatial location) and allow filtering out or marking of the BAM fail bit for reads in those regions.

calibration_pu & predictor_pb

Calculate and apply purity (calculated form dif files), cycle, and (good/bad) tile predictor based qualities using alignments and known SNPs file (typically calculated using alignments of spiked phiX and applied to the whole lane).

#Building

cd src
autoreconf --force --install
./configure --prefix=$PWD/.. --with-samtools=/software/solexa/pkg/samtools/current
make install

About

Filter and calibration programs for Illumina BAM files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.8%
  • M4 7.4%
  • Shell 6.2%
  • Perl 6.0%
  • Makefile 0.6%