예제 #1
0
 def check(target, expected):
     got = f.calc_cutoff_from_reverse_sorted_readlength_counts(rs_rl_counts, target)
     assert_equal(expected, got)
예제 #2
0
 def check(target, expected):
     got = f.calc_cutoff_from_reverse_sorted_readlength_counts(
         rs_rl_counts, target)
     assert_equal(expected, got)