Skip to content

Given a VCF file and a reference FASTA file, returns two sequences for each variant, with the reference and variant (alternative) allele inserted into the sequence at the appropriate position.

Notifications You must be signed in to change notification settings

JavierMenRev/VCF2FASTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

VCF2FASTA

Given a VCF file and a reference FASTA file, returns two sequences for each variant, with the reference and variant (alternative) allele inserted into the sequence at the appropriate position.

Usage:

python vcf2fasta.py -I input.vcf -R reference.fasta -O output.fa -F 500

About

Given a VCF file and a reference FASTA file, returns two sequences for each variant, with the reference and variant (alternative) allele inserted into the sequence at the appropriate position.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages