Dear all,
I am trying to convert bigBed files to Bed files.
For this purpose, I am trying the ‘stand-alone’ utilities listed at:
http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/
I suppose I can download any of this file to a local directory, and use
chmod +x to make the file executable. I did try so, but found it does not work.
Particularly, I downloaded the utility “bigBedToBed” to a local directory (say dir1).
I then performed the following:
chmod +x bigBedToBed
./ bigBedToBed
But I got the message:
Bash: ./ bigBedToBed: cannot execute binary file
I tried this on cygWin, and on a ubuntu Linux running on VM-Ware.
(My actual OS is Win7-64bit. The VMware is running on Win7.
And the Ubuntu is running on the VMware)
Can anyone tell me how to install the utility “bigBedToBed”?
Thanks
P Chen