Metadata-Version: 2.1
Name: mutalyzer_retriever
Version: 0.0.7
Summary: Mutalyzer genomic reference retriever.
Home-page: https://github.com/mutalyzer/retriever
Author: Mihai Lefter
Author-email: M.Lefter@lumc.nl
License: MIT
Description: # Retriever
        
        This library allows for genomic reference files retrieval.
        
        # Installation
        
        The software is distributed via PyPI. It can be installed with `pip`:
        
        ```sh
        pip install mutalyzer-retriever
        ```
        
        ## From source
        
        To install the latest development version, use the following commands:
        
        ```sh
        git clone https://github.com/mutalyzer/retriever.git
        cd retriever
        pip install .
        ```
        
Keywords: Mutalyzer,HGVS,reference,retriever,genomic
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/markdown
