diff test-data/output.vcf @ 0:efe8f0e53d3e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
author iuc
date Fri, 30 Jun 2017 16:43:26 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/output.vcf	Fri Jun 30 16:43:26 2017 -0400
@@ -0,0 +1,7 @@
+##fileformat=VCFv4.1
+##contig=<ID=1,length=12>
+##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
+#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	sample1	sample1	sample1
+1	2	.	G	A	.	.	.	GT	0	0	1
+1	5	.	A	G	.	.	.	GT	0	0	1
+1	8	.	G	*,T	.	.	.	GT	0	1	2