This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to convert bedgraph to bigwig?

Hi everybody, I want to convert my bedgraph (from MACS2) into a bigwig, is there any available program different than bedgraphtobigwig (I have problems with the instalation)

Thanks

chip-seq macs

you'd better tell us about this:

I have problems with the instalation

1 answer

There should not be any installation. You just download the binary and run it.

Go here, choose your OS, and download all the Kent binaries you need.

I've downloaded, but when I want to run it " bedGraphToBigWig: command not found"

Is not that problem, because I'm trying to run it from the path in which is downloaded

Try running ./bedGraphToBigWig (in current directory), not bedGraphToBigWig (searches $PATH).

You may also need to make it executable (chmod a+x ./bedGraphToBigWig)

Log in to answer this question.