mdperry/biopieces

Compute concatenates?

Closed this issue · 2 comments

What steps will reproduce the problem?

1. use any record containing a value, like a BED record. e.g. "chr  10  100 test"
2. use compute to add or subtract: compute -e 'chr_beg=chr_beg+1000'


What is the expected output? What do you see instead?
Expected CHR_BEG: 1010
CHR_BEG: 10+1000

Original issue reported on code.google.com by Harald....@gmail.com on 18 Apr 2012 at 7:23

This issue was closed by revision r1797.

Original comment by martinah...@gmail.com on 18 Apr 2012 at 7:44

  • Changed state: Fixed
Fixed

Original comment by martinah...@gmail.com on 18 Apr 2012 at 7:45