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