Changes

From Genome Analysis Wiki
Jump to navigationJump to search
355 bytes added ,  22:59, 11 May 2010
no edit summary
Line 18: Line 18:     
  baseQualityCheck [-c max record count] [-q minimumMapQuality] [-r reference] [-s dbSNP file] [-v]
 
  baseQualityCheck [-c max record count] [-q minimumMapQuality] [-r reference] [-s dbSNP file] [-v]
  -c -> only process first (max record count).
+
  -c -> only process first (max record count) of alignment.
 
  -q -> alignment with less than minimum mapping quality will not be counted
 
  -q -> alignment with less than minimum mapping quality will not be counted
 
  -r -> reference genome (in KARMA format)
 
  -r -> reference genome (in KARMA format)
Line 24: Line 24:  
  -v -> output SAM record in which mismatched bases exist
 
  -v -> output SAM record in which mismatched bases exist
 
   
 
   
 +
Example:
 +
Check first 20000 lines of abc.sam, using /data/local/ref/karma.ref/human.g1k.v37.fa as reference genome, excluding SNP sites specified in /home/bingshan/data/db/dbSNP130.UCSC.coordinates.tbl
 +
baseQualityCheck -c 20000 -r /data/local/ref/karma.ref/human.g1k.v37.fa -s /home/bingshan/data/db/dbSNP130.UCSC.coordinates.tbl abc.sam
 +
 +
 
Thank '''Bingshan''' for his qPlot program and his input to finish this program.
 
Thank '''Bingshan''' for his qPlot program and his input to finish this program.
255

edits

Navigation menu