Metadata-Version: 2.1
Name: affipred
Version: 0.0.2
Summary: AlphaFold based Functional Impact Prediction of Missense Variations
Home-page: https://github.com/mustafapir/affipred
Author: Mustafa S. Pir
Author-email: mustafapir29@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/mustafapir/affipred/issues
Description: # AFFIPred: AlphaFold based Functional Impact Prediction of Missense Variations
        
        ## Usage:
        First, install the tool using pip.
        ```
        pip install -i https://test.pypi.org/simple/ affipred==0.0.2
        ```
        
        Provide input and output files relative or absolute path:
        ```
        affipred_pred variants.vcf -o affipred_results.csv
        ```
        
        
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
