Pybamview
        Browser-based application for viewing bam alignments
	
       
    
    
      
	News
	
	  - 09/28/14 PyBamView version 1.0.6 released. New in this version:
	    
	      - Removed pandas dependency and python2.7 requirements to make PyBamView compatible with Python2.6
 
	      - PyBamView can read from a single BAM file, or from a directory with BAM files as before.
 
	      - Fixed a bug that occurred when read groups start with numbers or have non alpha-numeric characters.
 
	      - Better determining of a default genomic location for the first time PyBamView is loaded.
 
	      - PyBamView can deal with extra information given in reference fasta header lines.
 
	    
	   - 07/23/14 PyBamView version 1.0.0 released. New in this version:
	    
	      - 
		The entire alignment view is now rendered using the D3 javascript library
	      
 
	      - 
		Significant speedups and bug fixes to allow for visualizing more samples and reads at once.
	      
 
	      - 
		New features to allow zooming in and out of alignment views.
	      
 
	    
	   
	  - 05/23/14 PyBamView released on pypi
 
	  - 01/29/14 PyBamView initial version goes live