Hi, I'm trying to install deeptools by cloning this git repository:
$ git clone https://github.com/deeptools/deepTools
$ cd deepTools
When it comes to installing deeptools, I couldn't locate the setup.py file in the deeptools folder, therefore running below code results in "No such file or directory error".
$ python setup.py install