Entering edit mode
10.0 years ago
Samad
▴
90
Hello everyone,
When converting from wig to bigwig (*bw
) using wigToBigWig
program on hg19 genome
I got the following error:
bedGraph error line 30430242 of H3K36.wig: chromosome chr9_gl000201_random has size 36148 but item ends at 36160
How can the items end (in my wig) exceed the corresponding chrom size?
Thank you in advance for any help, suggestion...
Samad
That worked thank you a lot!!
I didn't know that this option could skip the errors
So it shows me the errors of chrom size but the conversion continues and the bw file is created
Thanks again
Cheers
Hi, I have the same problem, where should I insert the -clip in order to avoid the problem? Just after the utility?
./wigToBigWig -clip file.wig chromsize.txt output.bw
Best