Metadata-Version: 2.1
Name: naim
Version: 0.2.14
Summary: A variant annotation package
Home-page: https://github.com/nesegunes
Author: tardis
Author-email: nesegunes.ce@gmail.com
License: UNKNOWN
Description: ## Annotation of Identified Mutations
        
        Annotation of Identified Mutations to Create Reports for Clinicians to Assist Therapeutic Decisions
        
        ## Prerequisites
        
        It requires three main modules: pandas, myvariant and reportlab
        
        ```
        pip3 install pandas
        pip3 install myvariant
        pip3 install reportlab
        ```
        
        ## Installing
        
        ```
        pip3 install naim
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
