Entering edit mode
9.8 years ago
ct13
▴
10
Hi there,
I tried to use wigCorrelate to correlate the two ChiP-seq wig files I generated by MACS1.4, but I ran into an error:
The wig files contained is variable step and contain all chromosomes.
Overlap on chr1 between items starting at 19999990 and 20000000.
Please remove overlaps and try again
It is very strange as when it exceeded the chr1 length and either of my two wig files have lines in chr1 at this position.
The same error message recurr even if I tried wigToBigwig.
Please help!
J
not sure if this will solve it but it's prob worth a try (thank you Google):
https://code.google.com/p/biotoolbox/issues/detail?id=3
for this question "wigError", are you solving it?? if yes, how to deal with. Now i got the same trouble. Thank you!!
I have the same error when converting wig to bigwig :Overlap on chr1 between items starting at 0 and 0
wig head:
Hi Samad,
wigToBigWig works fine for me with the following test wiggle file:
What commands are you running to generate a bigWig?
Additionally, the whole point of variableStep wiggle format is to condense the file. The above example can be more succinctly written as:
If you have further questions about UCSC data or tools feel free to send your question to one of the below mailing lists:
ChrisL from the UCSC Genome Browser
Try
mergeBed -c 4 -o mean -d -1
options.