Mercurial > repos > iuc > jasminesv
comparison test-data/d.vcf @ 0:a4962f14d05d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/jasminesv/ commit eb5baa10589b31c422ec8b8980617a3f375608ad"
| author | iuc |
|---|---|
| date | Wed, 20 Jan 2021 19:49:13 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a4962f14d05d |
|---|---|
| 1 ##fileformat=VCFv4.1 | |
| 2 ##contig=<ID=1,length=400> | |
| 3 ##contig=<ID=2,length=400> | |
| 4 ##INFO=<ID=CHR2,Number=1,Type=String,Description="Chromosome for END coordinate in case of a translocation"> | |
| 5 ##INFO=<ID=END,Number=1,Type=Integer,Description="End position of the structural variant"> | |
| 6 ##INFO=<ID=RE,Number=1,Type=Integer,Description="read support"> | |
| 7 ##INFO=<ID=PRECISE,Number=0,Type=Flag,Description="Precise structural variation"> | |
| 8 ##INFO=<ID=SVLEN,Number=1,Type=Integer,Description="Length of the SV"> | |
| 9 ##INFO=<ID=SVTYPE,Number=1,Type=String,Description="Type of structural variant"> | |
| 10 ##INFO=<ID=STRANDS,Number=A,Type=String,Description="Strand orientation of the adjacency in BEDPE format (DEL:+-, DUP:-+, INV:++/--)"> | |
| 11 ##INFO=<ID=IS_SPECIFIC,Number=1,Type=String,Description="Whether or not a variant has enough read support and length to be specific"> | |
| 12 ##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype"> | |
| 13 chr1 100 1 CACGTACGTACGTACGTACGTACGTACTGACGT C . PASS PRECISE;CHR2=1;END=132;SVTYPE=DEL;SUPTYPE=AL;SVLEN=-32;STRANDS=+-;RE=12;IS_SPECIFIC=1 GT 1/1 | |
| 14 chr1 205 2 C CACGTACGTACGTACGTACGTACGTACTGACGTACGTACGT . PASS PRECISE;CHR2=1;END=205;SVTYPE=INS;SUPTYPE=AL;SVLEN=40;STRANDS=+-;RE=10;IS_SPECIFIC=1 GT 1/1 | |
| 15 chr1 300 3 N ]2:1000000]N . PASS PRECISE;CHR2=2;END=3000000;SVTYPE=BND;SUPTYPE=AL;SVLEN=1;STRANDS=-+;RE=15;IS_SPECIFIC=1 GT 1/1 |
