Open odb9402 opened 7 years ago
-- if abs(float(target[index]['region_e']) - region_min) < 5 * steps: | break | steps += 1 | | if float(target[index + 1]['region_s']) + tolerance > region_max: | print "correct noPeak" | return True
to
-- if abs(float(target[index]['region_e']) - region_min) < 5 * steps or steps > 1000 : | break | steps += 1 | | if index + 1 == len(target) or\ | float(target[index + 1]['region_s']) + tolerance > region_max: | print "correct noPeak" | return True
about testing set,
if find (chr3,tcell)