Metadata-Version: 1.1
Name: 23andme-to-vcf
Version: 0.0.3
Summary: A simple script to convert 23andMe raw data files to VCF format.
Home-page: https://github.com/david-wb/23andme_to_vcf
Author: David Brown
Author-email: david.brown@lifeomic.com
License: UNKNOWN
Description-Content-Type: text/markdown
Description: # 23andme to VCF
        
        A simple command-line tool to convert 23andMe raw data files to VCF format.
        
        # Install
        ```
        pip install 23andme-to-vcf
        ```
        
        # Usage
        
        ```
        23andme-to-vcf --input in.txt --fasta GRCh37.fa --fai GRCh37.fa.fai --output out.vcf
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
