Non-numeric start coordinate. See line 1025 in GSM723005_H3K4me1-MEF.wig.
But I checked manually and didn't find anything wrong in this file.
If I don't use sort-bed, but just use convert it to bed file by myself, then run BEDOPS, it returns me empty output file (although I think the file is already sorted).
The sort-bed utility requires one or more three-column BED file(s). Support for common headers (such as UCSC BED track headers) is included, although headers will be stripped from the output
Sorting arbitrarily large BED files is easy with sort-bed, which easily scales beyond available system memory, as needed. We also offer portable conversion scripts that transform data in common genomic formats (SAM/BAM, GFF/GTF, PSL, WIG, and VCF) to sorted BED data that are ready to use with core BEDOPS utilities.
First, convert your wig file into bed. I would suggest to use
wig2bed
from bedops.Then run
sort-bed
command on your converted fileyeah! i got it. tHANK YOU
are you trying to sort a WIG file with a sort-BED tool ??
yeah, Im trying to use sort-bed in BEDOPS, it is said the input could be wig file.
No, It does not say that.
It says that
http://bedops.readthedocs.org/en/latest/content/overview.html#bedops-tools-are-flexible
It's misleading