Entering edit mode
20 months ago
rls_08
▴
40
I am not sure why I am getting this error. I am using my conda environment with many other bioinfo tools, but for some reason, wigToBigWig, and some other UCSC-tools exit with this error:
$ wigToBigWig my.wig mychromo.sizes my.bw
double free or corruption (out)
Aborted
However, running another convertor (bg2bw from https://github.com/cancerit/cgpBigWig) works without issues.
$ bg2bw my.wig mychromo.sizes my.bw