Skip to content

rconfa/PyVCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCFParser

This project is a VCFv4.2 Python parser developed for the exam of the course "Bioinformatics".

Project's specifications are taken from samtools version 4.2.

A vcf file is used to specifies the format of a text file used in bioinformatics for storing gene sequence variations. This parser checks if the file is well-formed and respect the requirements of version 4.2.

Example

Some sample .vcf files could be find here

Others could be find at:

How to use

An example of use can be found in testing.py