Skip to content

Commit ecf6c68

Browse files
committed
Update tests for the no reverse-complement option
1 parent 2cbee57 commit ecf6c68

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_unique_counts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def search(self, use_binary_search):
5353
0, # Initial search length
5454
[], # Include chr ids
5555
[], # Exclude chr ids
56+
False, # no reverse complement
5657
self.num_threads,
5758
use_binary_search)
5859

tests/test_unique_to_mappability.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def setUpClass(cls):
3131
0, # Initial search length
3232
[], # Include chr ids
3333
[], # Exclude chr ids
34+
False, # no reverse complement
3435
cls.num_threads,
3536
use_binary_search=True)
3637

0 commit comments

Comments
 (0)