Skip to content

Commit 4601ec7

Browse files
committed
Fix tests
1 parent 13bd9ca commit 4601ec7

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
KEY LINE
2-
INV ##ALT=<ID=INV,Description="Inversion">
3-
INS ##ALT=<ID=INS,Description="Insertion">
4-
DUP ##ALT=<ID=DUP,Description="Duplication">
5-
DEL ##ALT=<ID=DEL,Description="Deletion">
6-
CNV ##ALT=<ID=CNV,Description="Copy number variable region">
7-
CNV:TR ##ALT=<ID=CNV:TR,Description="Tandem repeat determined based on DNA abundance">
8-
DUP:TANDEM ##ALT=<ID=DUP:TANDEM,Description="Tandem duplication">
9-
DEL:ME ##ALT=<ID=DEL:ME,Description="Deletion of mobile element relative to the reference">
10-
INS:ME ##ALT=<ID=INS:ME,Description="Insertion of mobile element relative to the reference">
11-
R ##ALT=<ID=R,Description="IUPAC code R = A/G">
12-
M ##ALT=<ID=M,Description="IUPAC code M = A/C">
2+
INV ##ALT=<ID=INV,Description="Inversion">
3+
INS ##ALT=<ID=INS,Description="Insertion">
4+
DUP ##ALT=<ID=DUP,Description="Duplication">
5+
DEL ##ALT=<ID=DEL,Description="Deletion">
6+
CNV ##ALT=<ID=CNV,Description="Copy number variable region">
7+
CNV:TR ##ALT=<ID=CNV:TR,Description="Tandem repeat determined based on DNA abundance">
8+
DUP:TANDEM ##ALT=<ID=DUP:TANDEM,Description="Tandem duplication">
9+
DEL:ME ##ALT=<ID=DEL:ME,Description="Deletion of mobile element relative to the reference">
10+
INS:ME ##ALT=<ID=INS:ME,Description="Insertion of mobile element relative to the reference">
11+
R ##ALT=<ID=R,Description="IUPAC code R = A/G">
12+
M ##ALT=<ID=M,Description="IUPAC code M = A/C">

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ebi_eva_common_pyutils >= 0.7.4, == 0.*
2+
biopython

tests/test_convert_gvf_to_vcf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def test_generate_vcf_metainformation(self):
125125
vcf_data_lines, list_of_vcf_objects = gvf_features_to_vcf_objects(gvf_lines_obj_list,
126126
dgva_attribute_dict,
127127
gvf_attribute_dict,
128+
self.assembly,
128129
lines_custom_structured,
129130
lines_standard_ALT,
130131
lines_standard_INFO,
@@ -276,7 +277,6 @@ def test_format_sample_values(self):
276277
all_possible_ALT_lines = generate_all_possible_standard_structured_alt_lines()
277278
all_possible_FILTER_lines = generate_all_possible_standard_structured_filter_lines()
278279
all_possible_FORMAT_lines = generate_all_possible_standard_structured_format_lines()
279-
280280
vcf_data_lines, list_of_vcf_objects = gvf_features_to_vcf_objects(gvf_lines_obj_list,
281281
dgva_attribute_dict,
282282
gvf_attribute_dict,

0 commit comments

Comments
 (0)