bingxiao / biopieces

Automatically exported from code.google.com/p/biopieces
0 stars 0 forks source link

max_vals.out.1 typo error #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cat ~/biopieces/share//biopieces/bp_test/out/max_vals.out.1
2.
3.

What is the expected output? What do you see instead?
expected:
V2_MAX: 81
V1_MAX: 123
REC_TYPE: MAX

---

but see instead:
V2_MAX: 81
V1_MAX: 123
REC_TYPE: MIN

---
What version of the product are you using? On what operating system?
version r2296 under Ubuntu 12.04 x86_64

Please provide any additional information below.
This makes the one test in test_max_vals failed

run "$bp -I $in -k V1,V2 -o $tmp -x"
assert_no_diff $tmp $out.1
clean

Original issue reported on code.google.com by congmao....@tuebingen.mpg.de on 18 Jun 2014 at 12:01

GoogleCodeExporter commented 9 years ago
OK, fixed. I have no idea when this bug turned up - I am sure it worked since 
my tests would otherwise fail.

Original comment by martinah...@gmail.com on 20 Jun 2014 at 5:47