This file is indexed.

/usr/lib/R/site-library/VariantAnnotation/unitTests/cases/no_FORMAT_column.vcf is in r-bioc-variantannotation 1.24.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
##fileformat=VCFv4.1
##fileDate=20111001
##INFO=<ID=DP,Number=1,Type=Integer,Description="Average Sample Read Depth">
#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO
1	2020003	.	G	A	.	.	DP=10
1	2158344	.	C	T	.	.	DP=10
1	2179799	.	C	T	.	.	DP=20
1	2229439	.	C	G	.	.	DP=20
1	2229827	.	G	A	.	.	DP=10