Metadata-Version: 2.1
Name: pyQuASAR
Version: 1.0.0
Summary: Wrap quasar for pipelines
Home-page: https://github.com/anthony-aylward/pyQuASAR.git
Author: Anthony Aylward
Author-email: aaylward@eng.ucsd.edu
License: UNKNOWN
Description: # pyQuASAR
        
        Wrap quasar for pipelines
        
        ## Installation
        
        First make sure you have followed the installation procedure for
        [pydbsnp](https://github.com/anthony-aylward/pydbsnp). Then install `pyQuASAR`
        with `pip3`:
        
        ```sh
        pip3 install pyQuASAR
        ```
        or
        ```sh
        pip3 install --user pyQuASAR
        ```
        
        Once pyQuASAR is installed, run `pyQuASAR-download` to download QuASAR and
        the SNPs file.
        
        ```sh
        pyQuASAR-download
        ```
        
        Now `pyQuASAR` is ready to go!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
