Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 734 Bytes

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