rogerjms / bedtools

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

mergeBed problem with zero length bed features #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. printf "%s\t%d\t%d\t%s\n" chr1 2 2 snp1 > test.bed
2. mergeBed -i test.bed
3.

What is the expected output? What do you see instead?
Expected: chr1    2       2       snp1
Observed: chr1    1       3

What version of the product are you using? On what operating system?
2.12.0

Please provide any additional information below.

Original issue reported on code.google.com by wangz...@gmail.com on 21 Sep 2011 at 4:10

GoogleCodeExporter commented 9 years ago
Thanks for catching this.  I will try to fix this soon.

Original comment by aaronqui...@gmail.com on 23 Sep 2011 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by aaronqui...@gmail.com on 30 Oct 2012 at 6:30