Skip to content

Commit

Permalink
renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpfeil committed Oct 30, 2023
1 parent 3ddfbb8 commit 8ba814a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_illumina_exon_corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_introns(self, test_file, chromosome, start, end, expected_introns, expe
{(4313745, 4566513): 2,(4404339, 4562619): 2,(4431823, 4562619): 2,(4513715, 4633993): 2,(4533689, 4595836): 2,(4562891, 4563322): 1682,(4562891, 4563994): 1562,(4562893, 4738843): 2,
(4564086, 4565358): 2464,(4563689, 4563994): 428,(4563713, 4563994): 684,(4564086, 4566513): 322,(4566032, 4788201): 2})
])
def test_introns(self, test_file, chromosome, start, end, expected_introns, expected_counts):
def test_multiple_files(self, test_file, chromosome, start, end, expected_introns, expected_counts):
corrector = IlluminaExonCorrector(chromosome, start, end, [test_file, test_file])
assert corrector.short_introns == expected_introns
assert corrector.counts == expected_counts
Expand Down

0 comments on commit 8ba814a

Please sign in to comment.