I imagine it's the last line of the file describing the coverage of the mitochondrial chromosome which is probably 0, so TopHat reports the start and end coordinates as being both 0. If this is the case, just remove the last line.
Btw, you are correct that the .wig file produced by TopHat is in fact a bedGraph file and should be converted to a bigWig using the bedGraphtobigWig tool.
|