barslmn / vcf2tsv

Awk script for parsing vcf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

description:
	Convert vcf to tsv file. Parses info, genotype fields and "CSQ" field from VEP.
	Note: makes new line for each transcript from CSQ.

installation:
	sudo make install

usage:
	vcf2tsv your.vcf

About

Awk script for parsing vcf


Languages

Language:Awk 98.0%Language:Makefile 2.0%