view test-data/filter.4.vcf @ 12:23680a42e149 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 8ad854180e3be0934cdb1f0021886199a2edf9c3"
author iuc
date Fri, 05 Feb 2021 19:46:48 +0000
parents 94f98eb08abc
children
line wrap: on
line source

##fileformat=VCFv4.1
##contig=<ID=chr1,length=135006516>
##INFO=<ID=TEST1,Number=1,Type=Integer,Description="Test1">
##INFO=<ID=TEST2,Number=1,Type=Float,Description="Test2">
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=TEST3,Number=1,Type=Integer,Description="Test3">
##FORMAT=<ID=TEST4,Number=1,Type=Float,Description="Test4">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	sample1	sample2
chr1	1	.	A	T	100	.	TEST1=10;TEST2=10	GT:TEST3:TEST4	0/1:10:10	0/1:30:30
chr1	2	.	A	T	100	.	TEST1=50;TEST2=50	GT:TEST3:TEST4	0/1:20:20	0/1:40:40