Skip to content

pygeek/23andme-to-vcf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.9%
  • Dockerfile 11.0%
  • Makefile 8.8%
  • Shell 1.3%