@jbrowse/plugin-gtf 2.5.0 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,836 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`adapter can fetch features from volvox.sorted.gtf test getfeatures on gtf plain text adapter 1`] = `
4
- [
5
- {
6
- "end": 9000,
7
- "gene_id": "EDEN",
8
- "gene_name": "EDEN",
9
- "name": "EDEN.1",
10
- "phase": 0,
11
- "refName": "ctgA",
12
- "source": "example",
13
- "start": 1049,
14
- "strand": 1,
15
- "subfeatures": [
16
- {
17
- "end": 1500,
18
- "gene_id": "EDEN",
19
- "gene_name": "EDEN",
20
- "name": "EDEN.1",
21
- "parentId": "test-ctgA-0",
22
- "phase": 0,
23
- "refName": "ctgA",
24
- "source": "example",
25
- "start": 1049,
26
- "strand": 1,
27
- "transcript_id": "EDEN.1",
28
- "type": "exon",
29
- "uniqueId": "test-ctgA-0-0",
30
- },
31
- {
32
- "end": 1200,
33
- "gene_id": "EDEN",
34
- "gene_name": "EDEN",
35
- "name": "EDEN.1",
36
- "parentId": "test-ctgA-0",
37
- "phase": 0,
38
- "refName": "ctgA",
39
- "source": "example",
40
- "start": 1049,
41
- "strand": 1,
42
- "transcript_id": "EDEN.1",
43
- "type": "five_prime_UTR",
44
- "uniqueId": "test-ctgA-0-1",
45
- },
46
- {
47
- "end": 1500,
48
- "gene_id": "EDEN",
49
- "gene_name": "EDEN",
50
- "name": "EDEN.1",
51
- "parentId": "test-ctgA-0",
52
- "phase": 0,
53
- "refName": "ctgA",
54
- "source": "example",
55
- "start": 1200,
56
- "strand": 1,
57
- "transcript_id": "EDEN.1",
58
- "type": "CDS",
59
- "uniqueId": "test-ctgA-0-2",
60
- },
61
- {
62
- "end": 3902,
63
- "gene_id": "EDEN",
64
- "gene_name": "EDEN",
65
- "name": "EDEN.1",
66
- "parentId": "test-ctgA-0",
67
- "phase": 0,
68
- "refName": "ctgA",
69
- "source": "example",
70
- "start": 2999,
71
- "strand": 1,
72
- "transcript_id": "EDEN.1",
73
- "type": "CDS",
74
- "uniqueId": "test-ctgA-0-3",
75
- },
76
- {
77
- "end": 3902,
78
- "gene_id": "EDEN",
79
- "gene_name": "EDEN",
80
- "name": "EDEN.1",
81
- "parentId": "test-ctgA-0",
82
- "phase": 0,
83
- "refName": "ctgA",
84
- "source": "example",
85
- "start": 2999,
86
- "strand": 1,
87
- "transcript_id": "EDEN.1",
88
- "type": "exon",
89
- "uniqueId": "test-ctgA-0-4",
90
- },
91
- {
92
- "end": 5500,
93
- "gene_id": "EDEN",
94
- "gene_name": "EDEN",
95
- "name": "EDEN.1",
96
- "parentId": "test-ctgA-0",
97
- "phase": 0,
98
- "refName": "ctgA",
99
- "source": "example",
100
- "start": 4999,
101
- "strand": 1,
102
- "transcript_id": "EDEN.1",
103
- "type": "CDS",
104
- "uniqueId": "test-ctgA-0-5",
105
- },
106
- {
107
- "end": 5500,
108
- "gene_id": "EDEN",
109
- "gene_name": "EDEN",
110
- "name": "EDEN.1",
111
- "parentId": "test-ctgA-0",
112
- "phase": 0,
113
- "refName": "ctgA",
114
- "source": "example",
115
- "start": 4999,
116
- "strand": 1,
117
- "transcript_id": "EDEN.1",
118
- "type": "exon",
119
- "uniqueId": "test-ctgA-0-6",
120
- },
121
- {
122
- "end": 7608,
123
- "gene_id": "EDEN",
124
- "gene_name": "EDEN",
125
- "name": "EDEN.1",
126
- "parentId": "test-ctgA-0",
127
- "phase": 0,
128
- "refName": "ctgA",
129
- "source": "example",
130
- "start": 6999,
131
- "strand": 1,
132
- "transcript_id": "EDEN.1",
133
- "type": "CDS",
134
- "uniqueId": "test-ctgA-0-7",
135
- },
136
- {
137
- "end": 9000,
138
- "gene_id": "EDEN",
139
- "gene_name": "EDEN",
140
- "name": "EDEN.1",
141
- "parentId": "test-ctgA-0",
142
- "phase": 0,
143
- "refName": "ctgA",
144
- "source": "example",
145
- "start": 6999,
146
- "strand": 1,
147
- "transcript_id": "EDEN.1",
148
- "type": "exon",
149
- "uniqueId": "test-ctgA-0-8",
150
- },
151
- {
152
- "end": 9000,
153
- "gene_id": "EDEN",
154
- "gene_name": "EDEN",
155
- "name": "EDEN.1",
156
- "parentId": "test-ctgA-0",
157
- "phase": 0,
158
- "refName": "ctgA",
159
- "source": "example",
160
- "start": 7608,
161
- "strand": 1,
162
- "transcript_id": "EDEN.1",
163
- "type": "three_prime_UTR",
164
- "uniqueId": "test-ctgA-0-9",
165
- },
166
- ],
167
- "transcript_id": "EDEN.1",
168
- "type": "transcript",
169
- "uniqueId": "test-ctgA-0",
170
- },
171
- {
172
- "end": 9000,
173
- "gene_id": "EDEN",
174
- "gene_name": "EDEN",
175
- "name": "EDEN.2",
176
- "phase": 0,
177
- "refName": "ctgA",
178
- "source": "example",
179
- "start": 1049,
180
- "strand": 1,
181
- "subfeatures": [
182
- {
183
- "end": 1500,
184
- "gene_id": "EDEN",
185
- "gene_name": "EDEN",
186
- "name": "EDEN.2",
187
- "parentId": "test-ctgA-1",
188
- "phase": 0,
189
- "refName": "ctgA",
190
- "source": "example",
191
- "start": 1049,
192
- "strand": 1,
193
- "transcript_id": "EDEN.2",
194
- "type": "exon",
195
- "uniqueId": "test-ctgA-1-0",
196
- },
197
- {
198
- "end": 1200,
199
- "gene_id": "EDEN",
200
- "gene_name": "EDEN",
201
- "name": "EDEN.2",
202
- "parentId": "test-ctgA-1",
203
- "phase": 0,
204
- "refName": "ctgA",
205
- "source": "example",
206
- "start": 1049,
207
- "strand": 1,
208
- "transcript_id": "EDEN.2",
209
- "type": "five_prime_UTR",
210
- "uniqueId": "test-ctgA-1-1",
211
- },
212
- {
213
- "end": 1500,
214
- "gene_id": "EDEN",
215
- "gene_name": "EDEN",
216
- "name": "EDEN.2",
217
- "parentId": "test-ctgA-1",
218
- "phase": 0,
219
- "refName": "ctgA",
220
- "source": "example",
221
- "start": 1200,
222
- "strand": 1,
223
- "transcript_id": "EDEN.2",
224
- "type": "CDS",
225
- "uniqueId": "test-ctgA-1-2",
226
- },
227
- {
228
- "end": 5500,
229
- "gene_id": "EDEN",
230
- "gene_name": "EDEN",
231
- "name": "EDEN.2",
232
- "parentId": "test-ctgA-1",
233
- "phase": 0,
234
- "refName": "ctgA",
235
- "source": "example",
236
- "start": 4999,
237
- "strand": 1,
238
- "transcript_id": "EDEN.2",
239
- "type": "CDS",
240
- "uniqueId": "test-ctgA-1-3",
241
- },
242
- {
243
- "end": 5500,
244
- "gene_id": "EDEN",
245
- "gene_name": "EDEN",
246
- "name": "EDEN.2",
247
- "parentId": "test-ctgA-1",
248
- "phase": 0,
249
- "refName": "ctgA",
250
- "source": "example",
251
- "start": 4999,
252
- "strand": 1,
253
- "transcript_id": "EDEN.2",
254
- "type": "exon",
255
- "uniqueId": "test-ctgA-1-4",
256
- },
257
- {
258
- "end": 7608,
259
- "gene_id": "EDEN",
260
- "gene_name": "EDEN",
261
- "name": "EDEN.2",
262
- "parentId": "test-ctgA-1",
263
- "phase": 0,
264
- "refName": "ctgA",
265
- "source": "example",
266
- "start": 6999,
267
- "strand": 1,
268
- "transcript_id": "EDEN.2",
269
- "type": "CDS",
270
- "uniqueId": "test-ctgA-1-5",
271
- },
272
- {
273
- "end": 9000,
274
- "gene_id": "EDEN",
275
- "gene_name": "EDEN",
276
- "name": "EDEN.2",
277
- "parentId": "test-ctgA-1",
278
- "phase": 0,
279
- "refName": "ctgA",
280
- "source": "example",
281
- "start": 6999,
282
- "strand": 1,
283
- "transcript_id": "EDEN.2",
284
- "type": "exon",
285
- "uniqueId": "test-ctgA-1-6",
286
- },
287
- {
288
- "end": 9000,
289
- "gene_id": "EDEN",
290
- "gene_name": "EDEN",
291
- "name": "EDEN.2",
292
- "parentId": "test-ctgA-1",
293
- "phase": 0,
294
- "refName": "ctgA",
295
- "source": "example",
296
- "start": 7608,
297
- "strand": 1,
298
- "transcript_id": "EDEN.2",
299
- "type": "three_prime_UTR",
300
- "uniqueId": "test-ctgA-1-7",
301
- },
302
- ],
303
- "transcript_id": "EDEN.2",
304
- "type": "transcript",
305
- "uniqueId": "test-ctgA-1",
306
- },
307
- {
308
- "end": 9000,
309
- "gene_id": "EDEN",
310
- "gene_name": "EDEN",
311
- "name": "EDEN.3",
312
- "phase": 0,
313
- "refName": "ctgA",
314
- "source": "example",
315
- "start": 1299,
316
- "strand": 1,
317
- "subfeatures": [
318
- {
319
- "end": 1500,
320
- "gene_id": "EDEN",
321
- "gene_name": "EDEN",
322
- "name": "EDEN.3",
323
- "parentId": "test-ctgA-2",
324
- "phase": 0,
325
- "refName": "ctgA",
326
- "source": "example",
327
- "start": 1299,
328
- "strand": 1,
329
- "transcript_id": "EDEN.3",
330
- "type": "exon",
331
- "uniqueId": "test-ctgA-2-0",
332
- },
333
- {
334
- "end": 1500,
335
- "gene_id": "EDEN",
336
- "gene_name": "EDEN",
337
- "name": "EDEN.3",
338
- "parentId": "test-ctgA-2",
339
- "phase": 1,
340
- "refName": "ctgA",
341
- "source": "example",
342
- "start": 1299,
343
- "strand": 1,
344
- "transcript_id": "EDEN.3",
345
- "type": "five_prime_UTR",
346
- "uniqueId": "test-ctgA-2-1",
347
- },
348
- {
349
- "end": 3902,
350
- "gene_id": "EDEN",
351
- "gene_name": "EDEN",
352
- "name": "EDEN.3",
353
- "parentId": "test-ctgA-2",
354
- "phase": 0,
355
- "refName": "ctgA",
356
- "source": "example",
357
- "start": 2999,
358
- "strand": 1,
359
- "transcript_id": "EDEN.3",
360
- "type": "exon",
361
- "uniqueId": "test-ctgA-2-2",
362
- },
363
- {
364
- "end": 3300,
365
- "gene_id": "EDEN",
366
- "gene_name": "EDEN",
367
- "name": "EDEN.3",
368
- "parentId": "test-ctgA-2",
369
- "phase": 1,
370
- "refName": "ctgA",
371
- "source": "example",
372
- "start": 2999,
373
- "strand": 1,
374
- "transcript_id": "EDEN.3",
375
- "type": "five_prime_UTR",
376
- "uniqueId": "test-ctgA-2-3",
377
- },
378
- {
379
- "end": 3902,
380
- "gene_id": "EDEN",
381
- "gene_name": "EDEN",
382
- "name": "EDEN.3",
383
- "parentId": "test-ctgA-2",
384
- "phase": 0,
385
- "refName": "ctgA",
386
- "source": "example",
387
- "start": 3300,
388
- "strand": 1,
389
- "transcript_id": "EDEN.3",
390
- "type": "CDS",
391
- "uniqueId": "test-ctgA-2-4",
392
- },
393
- {
394
- "end": 5500,
395
- "gene_id": "EDEN",
396
- "gene_name": "EDEN",
397
- "name": "EDEN.3",
398
- "parentId": "test-ctgA-2",
399
- "phase": 1,
400
- "refName": "ctgA",
401
- "source": "example",
402
- "start": 4999,
403
- "strand": 1,
404
- "transcript_id": "EDEN.3",
405
- "type": "CDS",
406
- "uniqueId": "test-ctgA-2-5",
407
- },
408
- {
409
- "end": 5500,
410
- "gene_id": "EDEN",
411
- "gene_name": "EDEN",
412
- "name": "EDEN.3",
413
- "parentId": "test-ctgA-2",
414
- "phase": 0,
415
- "refName": "ctgA",
416
- "source": "example",
417
- "start": 4999,
418
- "strand": 1,
419
- "transcript_id": "EDEN.3",
420
- "type": "exon",
421
- "uniqueId": "test-ctgA-2-6",
422
- },
423
- {
424
- "end": 7600,
425
- "gene_id": "EDEN",
426
- "gene_name": "EDEN",
427
- "name": "EDEN.3",
428
- "parentId": "test-ctgA-2",
429
- "phase": 1,
430
- "refName": "ctgA",
431
- "source": "example",
432
- "start": 6999,
433
- "strand": 1,
434
- "transcript_id": "EDEN.3",
435
- "type": "CDS",
436
- "uniqueId": "test-ctgA-2-7",
437
- },
438
- {
439
- "end": 9000,
440
- "gene_id": "EDEN",
441
- "gene_name": "EDEN",
442
- "name": "EDEN.3",
443
- "parentId": "test-ctgA-2",
444
- "phase": 0,
445
- "refName": "ctgA",
446
- "source": "example",
447
- "start": 6999,
448
- "strand": 1,
449
- "transcript_id": "EDEN.3",
450
- "type": "exon",
451
- "uniqueId": "test-ctgA-2-8",
452
- },
453
- {
454
- "end": 9000,
455
- "gene_id": "EDEN",
456
- "gene_name": "EDEN",
457
- "name": "EDEN.3",
458
- "parentId": "test-ctgA-2",
459
- "phase": 1,
460
- "refName": "ctgA",
461
- "source": "example",
462
- "start": 7600,
463
- "strand": 1,
464
- "transcript_id": "EDEN.3",
465
- "type": "three_prime_UTR",
466
- "uniqueId": "test-ctgA-2-9",
467
- },
468
- ],
469
- "transcript_id": "EDEN.3",
470
- "type": "transcript",
471
- "uniqueId": "test-ctgA-2",
472
- },
473
- {
474
- "end": 11500,
475
- "name": "Apple1",
476
- "phase": 0,
477
- "refName": "ctgA",
478
- "source": "bare_predicted",
479
- "start": 9999,
480
- "strand": 1,
481
- "subfeatures": [
482
- {
483
- "end": 11500,
484
- "name": "Apple1",
485
- "parentId": "test-ctgA-3",
486
- "phase": 0,
487
- "refName": "ctgA",
488
- "source": "bare_predicted",
489
- "start": 9999,
490
- "strand": 1,
491
- "transcript_id": "Apple1",
492
- "type": "CDS",
493
- "uniqueId": "test-ctgA-3-0",
494
- },
495
- ],
496
- "transcript_id": "Apple1",
497
- "type": "transcript",
498
- "uniqueId": "test-ctgA-3",
499
- },
500
- {
501
- "end": 17000,
502
- "name": "cds-Apple2",
503
- "phase": 0,
504
- "refName": "ctgA",
505
- "source": "predicted",
506
- "start": 13499,
507
- "strand": 1,
508
- "subfeatures": [
509
- {
510
- "end": 13800,
511
- "name": "cds-Apple2",
512
- "parentId": "test-ctgA-4",
513
- "phase": 0,
514
- "refName": "ctgA",
515
- "source": "predicted",
516
- "start": 13499,
517
- "strand": 1,
518
- "transcript_id": "cds-Apple2",
519
- "type": "CDS",
520
- "uniqueId": "test-ctgA-4-0",
521
- },
522
- {
523
- "end": 15500,
524
- "name": "cds-Apple2",
525
- "parentId": "test-ctgA-4",
526
- "phase": 1,
527
- "refName": "ctgA",
528
- "source": "predicted",
529
- "start": 14999,
530
- "strand": 1,
531
- "transcript_id": "cds-Apple2",
532
- "type": "CDS",
533
- "uniqueId": "test-ctgA-4-1",
534
- },
535
- {
536
- "end": 17000,
537
- "name": "cds-Apple2",
538
- "parentId": "test-ctgA-4",
539
- "phase": 2,
540
- "refName": "ctgA",
541
- "source": "predicted",
542
- "start": 16499,
543
- "strand": 1,
544
- "transcript_id": "cds-Apple2",
545
- "type": "CDS",
546
- "uniqueId": "test-ctgA-4-2",
547
- },
548
- ],
549
- "transcript_id": "cds-Apple2",
550
- "type": "transcript",
551
- "uniqueId": "test-ctgA-4",
552
- },
553
- {
554
- "end": 23000,
555
- "name": "rna-Apple3",
556
- "phase": 0,
557
- "refName": "ctgA",
558
- "source": "exonerate",
559
- "start": 17399,
560
- "strand": 1,
561
- "subfeatures": [
562
- {
563
- "end": 17999,
564
- "name": "rna-Apple3",
565
- "parentId": "test-ctgA-5",
566
- "phase": 0,
567
- "refName": "ctgA",
568
- "source": "exonerate",
569
- "start": 17399,
570
- "strand": 1,
571
- "transcript_id": "rna-Apple3",
572
- "type": "UTR",
573
- "uniqueId": "test-ctgA-5-0",
574
- },
575
- {
576
- "end": 18800,
577
- "name": "rna-Apple3",
578
- "parentId": "test-ctgA-5",
579
- "phase": 0,
580
- "refName": "ctgA",
581
- "source": "exonerate",
582
- "start": 17399,
583
- "strand": 1,
584
- "transcript_id": "rna-Apple3",
585
- "type": "exon",
586
- "uniqueId": "test-ctgA-5-1",
587
- },
588
- {
589
- "end": 18800,
590
- "name": "rna-Apple3",
591
- "parentId": "test-ctgA-5",
592
- "phase": 0,
593
- "refName": "ctgA",
594
- "source": "exonerate",
595
- "start": 17999,
596
- "strand": 1,
597
- "transcript_id": "rna-Apple3",
598
- "type": "CDS",
599
- "uniqueId": "test-ctgA-5-2",
600
- },
601
- {
602
- "end": 19500,
603
- "name": "rna-Apple3",
604
- "parentId": "test-ctgA-5",
605
- "phase": 0,
606
- "refName": "ctgA",
607
- "source": "exonerate",
608
- "start": 18999,
609
- "strand": 1,
610
- "transcript_id": "rna-Apple3",
611
- "type": "CDS",
612
- "uniqueId": "test-ctgA-5-3",
613
- },
614
- {
615
- "end": 19500,
616
- "name": "rna-Apple3",
617
- "parentId": "test-ctgA-5",
618
- "phase": 0,
619
- "refName": "ctgA",
620
- "source": "exonerate",
621
- "start": 18999,
622
- "strand": 1,
623
- "transcript_id": "rna-Apple3",
624
- "type": "exon",
625
- "uniqueId": "test-ctgA-5-4",
626
- },
627
- {
628
- "end": 21200,
629
- "name": "rna-Apple3",
630
- "parentId": "test-ctgA-5",
631
- "phase": 0,
632
- "refName": "ctgA",
633
- "source": "exonerate",
634
- "start": 20999,
635
- "strand": 1,
636
- "transcript_id": "rna-Apple3",
637
- "type": "CDS",
638
- "uniqueId": "test-ctgA-5-5",
639
- },
640
- {
641
- "end": 23000,
642
- "name": "rna-Apple3",
643
- "parentId": "test-ctgA-5",
644
- "phase": 0,
645
- "refName": "ctgA",
646
- "source": "exonerate",
647
- "start": 20999,
648
- "strand": 1,
649
- "transcript_id": "rna-Apple3",
650
- "type": "exon",
651
- "uniqueId": "test-ctgA-5-6",
652
- },
653
- {
654
- "end": 23000,
655
- "name": "rna-Apple3",
656
- "parentId": "test-ctgA-5",
657
- "phase": 0,
658
- "refName": "ctgA",
659
- "source": "exonerate",
660
- "start": 21200,
661
- "strand": 1,
662
- "transcript_id": "rna-Apple3",
663
- "type": "UTR",
664
- "uniqueId": "test-ctgA-5-7",
665
- },
666
- ],
667
- "transcript_id": "rna-Apple3",
668
- "type": "transcript",
669
- "uniqueId": "test-ctgA-5",
670
- },
671
- ]
672
- `;
673
-
674
- exports[`can instantiate new GtfAdapter and check for demo data 1`] = `
675
- [
676
- {
677
- "end": 107987,
678
- "gene_biotype": "pseudogene",
679
- "gene_id": "ENSVPAG00000000407",
680
- "gene_source": "ensembl",
681
- "gene_version": "1",
682
- "name": "ENSVPAT00000000407",
683
- "phase": 0,
684
- "refName": "GeneScaffold_1",
685
- "source": "ensembl",
686
- "start": 107688,
687
- "strand": 1,
688
- "subfeatures": [
689
- {
690
- "end": 107715,
691
- "exon_id": "ENSVPAE00000004844",
692
- "exon_number": "1",
693
- "exon_version": "1",
694
- "gene_biotype": "pseudogene",
695
- "gene_id": "ENSVPAG00000000407",
696
- "gene_source": "ensembl",
697
- "gene_version": "1",
698
- "name": "ENSVPAT00000000407",
699
- "parentId": "test-GeneScaffold_1-0",
700
- "phase": 0,
701
- "refName": "GeneScaffold_1",
702
- "source": "ensembl",
703
- "start": 107688,
704
- "strand": 1,
705
- "transcript_biotype": "pseudogene",
706
- "transcript_id": "ENSVPAT00000000407",
707
- "transcript_source": "ensembl",
708
- "transcript_version": "1",
709
- "type": "exon",
710
- "uniqueId": "test-GeneScaffold_1-0-0",
711
- },
712
- {
713
- "end": 107812,
714
- "exon_id": "ENSVPAE00000004847",
715
- "exon_number": "2",
716
- "exon_version": "1",
717
- "gene_biotype": "pseudogene",
718
- "gene_id": "ENSVPAG00000000407",
719
- "gene_source": "ensembl",
720
- "gene_version": "1",
721
- "name": "ENSVPAT00000000407",
722
- "parentId": "test-GeneScaffold_1-0",
723
- "phase": 0,
724
- "refName": "GeneScaffold_1",
725
- "source": "ensembl",
726
- "start": 107716,
727
- "strand": 1,
728
- "transcript_biotype": "pseudogene",
729
- "transcript_id": "ENSVPAT00000000407",
730
- "transcript_source": "ensembl",
731
- "transcript_version": "1",
732
- "type": "exon",
733
- "uniqueId": "test-GeneScaffold_1-0-1",
734
- },
735
- {
736
- "end": 107877,
737
- "exon_id": "ENSVPAE00000004849",
738
- "exon_number": "3",
739
- "exon_version": "1",
740
- "gene_biotype": "pseudogene",
741
- "gene_id": "ENSVPAG00000000407",
742
- "gene_source": "ensembl",
743
- "gene_version": "1",
744
- "name": "ENSVPAT00000000407",
745
- "parentId": "test-GeneScaffold_1-0",
746
- "phase": 0,
747
- "refName": "GeneScaffold_1",
748
- "source": "ensembl",
749
- "start": 107823,
750
- "strand": 1,
751
- "transcript_biotype": "pseudogene",
752
- "transcript_id": "ENSVPAT00000000407",
753
- "transcript_source": "ensembl",
754
- "transcript_version": "1",
755
- "type": "exon",
756
- "uniqueId": "test-GeneScaffold_1-0-2",
757
- },
758
- {
759
- "end": 107895,
760
- "exon_id": "ENSVPAE00000156282",
761
- "exon_number": "4",
762
- "exon_version": "1",
763
- "gene_biotype": "pseudogene",
764
- "gene_id": "ENSVPAG00000000407",
765
- "gene_source": "ensembl",
766
- "gene_version": "1",
767
- "name": "ENSVPAT00000000407",
768
- "parentId": "test-GeneScaffold_1-0",
769
- "phase": 0,
770
- "refName": "GeneScaffold_1",
771
- "source": "ensembl",
772
- "start": 107880,
773
- "strand": 1,
774
- "transcript_biotype": "pseudogene",
775
- "transcript_id": "ENSVPAT00000000407",
776
- "transcript_source": "ensembl",
777
- "transcript_version": "1",
778
- "type": "exon",
779
- "uniqueId": "test-GeneScaffold_1-0-3",
780
- },
781
- {
782
- "end": 107917,
783
- "exon_id": "ENSVPAE00000188321",
784
- "exon_number": "5",
785
- "exon_version": "1",
786
- "gene_biotype": "pseudogene",
787
- "gene_id": "ENSVPAG00000000407",
788
- "gene_source": "ensembl",
789
- "gene_version": "1",
790
- "name": "ENSVPAT00000000407",
791
- "parentId": "test-GeneScaffold_1-0",
792
- "phase": 0,
793
- "refName": "GeneScaffold_1",
794
- "source": "ensembl",
795
- "start": 107899,
796
- "strand": 1,
797
- "transcript_biotype": "pseudogene",
798
- "transcript_id": "ENSVPAT00000000407",
799
- "transcript_source": "ensembl",
800
- "transcript_version": "1",
801
- "type": "exon",
802
- "uniqueId": "test-GeneScaffold_1-0-4",
803
- },
804
- {
805
- "end": 107987,
806
- "exon_id": "ENSVPAE00000004854",
807
- "exon_number": "6",
808
- "exon_version": "1",
809
- "gene_biotype": "pseudogene",
810
- "gene_id": "ENSVPAG00000000407",
811
- "gene_source": "ensembl",
812
- "gene_version": "1",
813
- "name": "ENSVPAT00000000407",
814
- "parentId": "test-GeneScaffold_1-0",
815
- "phase": 0,
816
- "refName": "GeneScaffold_1",
817
- "source": "ensembl",
818
- "start": 107918,
819
- "strand": 1,
820
- "transcript_biotype": "pseudogene",
821
- "transcript_id": "ENSVPAT00000000407",
822
- "transcript_source": "ensembl",
823
- "transcript_version": "1",
824
- "type": "exon",
825
- "uniqueId": "test-GeneScaffold_1-0-5",
826
- },
827
- ],
828
- "transcript_biotype": "pseudogene",
829
- "transcript_id": "ENSVPAT00000000407",
830
- "transcript_source": "ensembl",
831
- "transcript_version": "1",
832
- "type": "transcript",
833
- "uniqueId": "test-GeneScaffold_1-0",
834
- },
835
- ]
836
- `;