Metadata-Version: 1.0
Name: BamTyper
Version: 0.1.0
Summary: Working with paired reads in BAM format
Home-page: http://pypi.python.org/pypi/BamTyper/
Author: Michael Imelfort
Author-email: mike@mikeimelfort.com
License: LICENSE.txt
Description: ===========
        BamTyper
        ===========
        
        Provides functionality so that you can work out the orientation and insert
        size of a paired read data file. There's a few other bits and bobs which 
        could be used to produce rough scaffolds from mapped pairs
        
        Usage:
        
            #!/usr/bin/env python
            from bamtyper import properties
        
            ### ADD MORE!
        
        
        
Platform: UNKNOWN
