Clone the github repository
git clone https://github.com/Ahituv-lab/Asymmetron
Create a conda virtual enviroment with the necesary dependencies
conda config --add channels defaults conda config --add channels bioconda conda config --add channels conda-forge conda create --name asymmetron pybedtools python=3.5 seaborn numpy
Activate virtual enviroment
conda activate asymmetron