Skip to content

Commit

Permalink
Add more test cases for referenceless stitcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jan 2, 2025
1 parent 2b95042 commit 01c6c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions micall/tests/test_referenceless_contig_stitcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
# Multiple.
#
(('aaax', 'xbbby', 'ycccz', 'zddd'), ('aaaxbbbyccczddd',)),
(('aaa',), ('aaa',)),
((), ()),
],
)
def test_stitch_simple_cases(seqs, expected):
Expand Down

0 comments on commit 01c6c17

Please sign in to comment.