I have exactly the same question, which I already posted on this site.
I've copy-pasted the documentation on the mac2 bdgdiff function posted by Tao Liu below.
The problem is that the last column is also always -1 for me also, and not the "the log10 likelihood ratio".
I'd be very grateful if someone could resolve this problem for me.
I've used the latest macs2 bdgdiff from GitHub, and the official release version.
The results are correct, except that there is no means of ranking the peaks outputted by macs2 bdgdiff or distinguishing between them.
----
You will get the following three files in working directory:
diff_c1_vs_c2_c3.0_cond1.bed
This file stores regions that are highly enriched in condition 1 comparing to condition 2. The last column in the file represent the log10 likelihood ratio to show how likely the observed signal in condition 1 in this region is from condition 1 comparing to condition 2. Higher the value, bigger the difference.
diff_c1_vs_c2_c3.0_cond2.bed
This file stores regions that are highly enriched in condition 2 comparing to condition 1. The last column in the file represent the log10 likelihood ratio to show how likely the observed signal in condition 2 in this region is from condition 2 comparing to condition 1. Higher the value, bigger the difference.
diff_c1_vs_c2_c3.0_common.bed
This file stores regions that are highly enriched in both condition 1 and condition 2, and the difference between condition 1 and condition 2 is not significant. The last column in the file represent the difference between condition 1 and condition 2 in log10 likelihood ratios.
---