installation of deepTools
2
0
Entering edit mode
9 weeks ago
Sue • 0

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
deeptools deepTools • 349 views
ADD COMMENT
1
Entering edit mode
9 weeks ago
Trivas ★ 1.7k

Conda/pip/Galaxy are all easier ways to install Deeptools. See https://deeptools.readthedocs.io/en/develop/content/installation.html

ADD COMMENT
0
Entering edit mode
9 weeks ago
Mensur Dlakic ★ 27k

You can install using:

pip install deeptools

It is unprofessional that the only type of installation they describe in detail on the GitHub page can't be done because the setup file is missing. That said, a little bit of extra reading - finding a sentence that reads "There are many easy ways to install deepTools. Details can be found here" - will easily get you to other ways of installing the package.

ADD COMMENT

Login before adding your answer.

Traffic: 2173 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6