Thanks for the fast response. Unfortunately this is not working as I have expected.
This is my wig file:
chr1 10451 10505 0
chr1 10505 10506 10.5
chr1 10506 10507 10.4
...
This is the bed file I get after using wig2bed (version 1.2.5b)
chr1 10450 10504 id-1 0.000000
chr1 10504 10505 id-2 10.500000
chr1 10505 10506 id-3 10.400000
...
It all run w.o. errors, but the file I get at the end is this:
chr1 10450 10504 id-1 0.000000|
chr1 10504 10505 id-2 10.500000|
chr1 10505 10506 id-3 10.400000|
chr1 10506 10507 id-4 10.200000|
...
So am I correct in assuming that there are no overlaps? This seems a bit strange. Is there a way to test the results?