Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KateSakharova committed Nov 8, 2024
1 parent a12c79e commit 9d52edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parse_viral_preds.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def test_parsing_with_dups(self):

vs_files = [os.path.join(vs_path, f) for f in os.listdir(vs_path)]

hc, lc, pp, *_ = merge_annotations(pprmeta_path, vf_path, vs_files, None, assembly)
hc, lc, pp, *_ = merge_annotations(pprmeta_path, vf_path, vs_files, None, assembly, 0.9)

hc_ids = set([h.id for h in hc])
lc_ids = set([l.id for l in lc])
Expand Down

0 comments on commit 9d52edb

Please sign in to comment.