-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathtest_definitions.yaml
48 lines (48 loc) · 2.22 KB
/
test_definitions.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
tests:
- test_file: simple_breakpoint.yaml
description: An adjacency between two sequence locations.
image: ../../docs/images/ex_simple_breakpoint.png
schema: vrs
definition: Adjacency
- test_file: revcomp_breakpoint.yaml
description: An adjacency between two sequence locations, the 2nd of which is in reverse orientation.
image: ../../docs/images/ex_revcomp_breakpoint.png
schema: vrs
definition: Adjacency
- test_file: terminal_breakend.yaml
description: An adjacency with only the starting sequence location. defining the break at which the adjacency ends or terminates.
image: ../../docs/images/ex_terminal_breakend.png
schema: vrs
definition: Adjacency
- test_file: sequence_homology.yaml
description: An adjacency in which the two sequence locations have a homologous overlapping adjoined sequences.
image: ../../docs/images/ex_sequence_homology.png
schema: vrs
definition: Adjacency
- test_file: precise_linker.yaml
description: An adjacency with a literal sequence linking the two sequence locations that make up the adjoined sequences.
image: ../../docs/images/ex_precise_linker.png
schema: vrs
definition: Adjacency
- test_file: ambiguous_linker.yaml
description: An adjacency with a length expression linking the two sequence locations that make up the adjoined sequences.
image: ../../docs/images/ex_ambiguous_linker.png
schema: vrs
definition: Adjacency
- test_file: sv_haplotype.yaml
description: A haplotype of 3 members. First an adjacency with a litereal sequence linker followed by an SNV on the 2nd sequence and ending with a simple breakpoint adjacency that ends with the 1st sequence in the haplotype.
image: ../../docs/images/ex_sv_haplotype.png
schema: vrs
definition: Haplotype
- test_file: simple_haplotype.yaml
description: A haplotype of two alleles on a shared chromosome reference sequence.
schema: vrs
definition: Haplotype
- test_file: SPDI_contraction.yaml
description: A simple RLE contraction from SPDI representation
schema: vrs
definition: Allele
- test_file: SPDI_expansion.yaml
description: A simple RLE expansion from SPDI representation
schema: vrs
definition: Allele