Difference between revisions of "BamPileup"

From Genome Analysis Wiki
Jump to navigationJump to search
(Created page with '==Simple pileup tool to check the reads covering specific regions/sites ==Download== The following parameters are available. Ones with "[]" are in effect: Input Files : --b…')
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Simple pileup tool to check the reads covering specific regions/sites
+
== Simple pileup tool to check the reads covering specific regions/sites ==
==Download==
+
== Usage ==
 +
 
 +
type bamPileupStat with out arguments
  
 
  The following parameters are available.  Ones with "[]" are in effect:
 
  The following parameters are available.  Ones with "[]" are in effect:
Line 7: Line 9:
 
                 --proper_keep [OFF] , --dup_keep [OFF]  
 
                 --proper_keep [OFF] , --dup_keep [OFF]  
 
         Output : --summary [OFF] , --full [OFF] , --pass [OFF]  
 
         Output : --summary [OFF] , --full [OFF] , --pass [OFF]  
 
+
== Download ==
 
+
  Click [[Media:BamPileup.tar.gz | here to download]].
FATAL ERROR - 
 
  No bam file provided!
 

Latest revision as of 18:08, 28 February 2013

Simple pileup tool to check the reads covering specific regions/sites

Usage

type bamPileupStat with out arguments

The following parameters are available.  Ones with "[]" are in effect:
  Input Files : --bam [], --bed []
      Filters : --min_mapq [0], --min_bq [0], --min_dp [0], --max_dp [-1],
                --proper_keep [OFF] , --dup_keep [OFF] 
       Output : --summary [OFF] , --full [OFF] , --pass [OFF] 

Download

Click  here to download.