1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
##fileformat=VCFv4.1
##source=mason_variator
##reference=adeno_virus.fa
##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the variant described in this record">
##INFO=<ID=SVLEN,Number=.,Type=Integer,Description="Difference in length between REF and ALT alleles">
##INFO=<ID=SVTYPE,Number=1,Type=String,Description="Type of structural variant">
##INFO=<ID=TARGETPOS,Number=1,Type=String,Description="Target position for duplications.">
##ALT=<ID=INV,Description="Inversion">
##ALT=<ID=DUP,Description="Duplication">
##contig=<ID=gi|56160436|ref|AC_000005.1|,length=34125>
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT simulated
gi|56160436|ref|AC_000005.1| 1919 sim_snp_0 G C . PASS . . 1
gi|56160436|ref|AC_000005.1| 3764 sim_snp_1 G C . PASS . . 1
gi|56160436|ref|AC_000005.1| 4789 sim_sv_inv_0 G <INV> . PASS SVTYPE=INV;END=4889;SVLEN=100 . 1
gi|56160436|ref|AC_000005.1| 28810 sim_sv_indel_0 G GGTGTCGGCCCTATCCCTTGCGCTTACAGAC . PASS SVTYPE=INS;SVLEN=30 . 1
gi|56160436|ref|AC_000005.1| 30443 sim_snp_2 T A . PASS . . 1
gi|56160436|ref|AC_000005.1| 30704 sim_snp_3 G C . PASS . . 1
gi|56160436|ref|AC_000005.1| 32663 sim_sv_indel_1 A ACGATCGATCGATCGATCGAT . PASS SVTYPE=INS;SVLEN=20 . 1
gi|56160436|ref|AC_000005.1| 33560 sim_snp_4 T C . PASS . . 1
|