Metadata-Version: 1.1
Name: xsamtools
Version: 0.1.1
Summary: Lightly modified versions of htslib and bcftools.
Home-page: https://github.com/xbrianh/xsamtools.git
Author: Brian Hannafious
Author-email: bhannafi@ucsc.edu
License: MIT
Description: # xsamtools
        Lightly-modified versions of [htslib](https://github.com/samtools/htslib)
        and [bcftools](https://github.com/samtools/bcftools), available through pypi packaging, with capability to merge VCF
        streams.
        
        # installation
        ```
        pip install xsamtools
        ```
        A C toolchain is required to install xsamtools.
        
Platform: MacOS X
Platform: Posix
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
