Skip to content

Commit 92c9839

Browse files
committed
restore deleted test file
1 parent 2a378e9 commit 92c9839

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

test/data/vcf/targeted_variants.vcf

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
##fileformat=VCFv4.1
2+
##FILTER=<ID=PASS,Description="All filters passed">
3+
##fileDate=20160825
4+
##reference=GRCh37
5+
##INFO=<ID=Gene,Number=1,Type=String,Description="Gene name">
6+
##INFO=<ID=MutationCDS,Number=1,Type=String,Description="Mutation in the CDS">
7+
##INFO=<ID=MutationAA,Number=1,Type=String,Description="Amino Acid mutation in the protein">
8+
##INFO=<ID=STRAND,Number=1,Type=String,Description="Gene strand">
9+
##contig=<ID=chr1>
10+
##contig=<ID=chr12>
11+
##contig=<ID=chr3>
12+
##contig=<ID=chr7>
13+
##contig=<ID=chr10>
14+
##contig=<ID=chr14>
15+
##contig=<ID=chr15>
16+
##contig=<ID=chr17>
17+
##contig=<ID=chr2>
18+
##contig=<ID=chr4>
19+
#CHROM POS ID REF ALT QUAL FILTER INFO
20+
chr14 105246530 . G GT . . Gene=AKT1;MutationCDS=c.100G>GT;MutationAA=p.C3D
21+
chr14 105246530 . G T . . Gene=AKT1;MutationCDS=c.100C>T;MutationAA=p.A1B
22+
chr14 105246530 . GC G . . Gene=AKT1;MutationCDS=c.100GC>G;MutationAA=p.B2C
23+
chr14 105246530 . G C . . Gene=AKT1;MutationCDS=c.100G>C;MutationAA=p.D4E

test/testVariant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ suite("testVariant", function () {
236236
// chr14 105246530 . GC G . . Gene=AKT1;MutationCDS=c.100GC>G;MutationAA=p.B2C
237237
// chr14 105246530 . G C . . Gene=AKT1;MutationCDS=c.100G>C;MutationAA=p.D4E
238238

239-
const url = "dev/issues/1714/targeted_variants.vcf"
239+
const url = "test/data/vcf/targeted_variants.vcf"
240240

241241
// Example from 4.2 spec
242242
const data = await igvxhr.loadString(url, {})

0 commit comments

Comments
 (0)