Skip to content

A command line utility to convert 23andme raw data files to VCF format

License

Notifications You must be signed in to change notification settings

david-wb/23andme-to-vcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Alternatively, run the public docker image davidwb/23andme-to-vcf which already contains the reference and fasta index:

docker run -v `pwd`:/app/data davidwb/23andme-to-vcf --input genome_David_Brown_v4_Full_20180518133503.txt --output david_23andme.vcf

About

A command line utility to convert 23andme raw data files to VCF format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published