deeptools / HiCBrowser

Simple web browser to visualize HiC tracks
GNU General Public License v2.0
18 stars 5 forks source link

it+git//github.com/maxplanck-ie/HiCBrowse@master' does not exist. #24

Closed elyas101 closed 6 years ago

elyas101 commented 6 years ago

Hi, I would be interested to use HiCBrowser but get this error:

pip install git+git//github.com/maxplanck-ie/HiCBrowse@master

Invalid requirement: 'git+git//github.com/maxplanck-ie/HiCBrowse@master' It looks like a path. File 'git+git//github.com/maxplanck-ie/HiCBrowse@master' does not exist.

bgruening commented 6 years ago

Can you try the following?

pip install git+https://github.com/deeptools/HiCBrowse@master

dpryan79 commented 6 years ago

You forgot a :, it should be pip install git+https://github.com/deeptools/HiCBrowse@master, though you don't need the @master part, since it's the default branch.

elyas101 commented 6 years ago

Thank you! This command worked:

pip install git+https://github.com/maxplanck-ie/HiCBrowser