Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbowcut2 committed Mar 26, 2024
1 parent 5fc20ff commit 9ecd7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/test_CRISPRessoShared.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def test_get_relative_coordinates_to_gap():
assert seq_1[2] == seq_2[s1inds_gap_left[2]]
assert seq_1[4] == seq_2[s1inds_gap_left[4]]


def test_get_relative_coordinates_start_gap():
s1inds_gap_left, s1inds_gap_right = CRISPRessoShared.get_relative_coordinates('--CGT', 'TTCGT')
assert s1inds_gap_left == [-1, -1, 0, 1, 2]
Expand Down

0 comments on commit 9ecd7f7

Please sign in to comment.