Installing bedGraphToBigWig

[Cloned from a support ticket we received]

bedGraphToBigWig can be installed within a Conda environment using the following steps:

conda create -n bg2bw_env
conda activate bg2bw_env
conda install -c bioconda -c conda-forge ucsc-bedgraphtobigwig

For future uses of the software make sure to run conda activate bg2bw_env to set up the environment again.

Additionally the name “bg2bw_env” can also be changed to whatever you like.