Filtering VCF files

🚧 Working on it...

#Example python code
import pandas as pd

def analyze_vcf(foo):
	df = pd.read_csv(foo, sep='\t')
	return df.shape