linnarsson-lab / cytograph-dev

Algorithms for analysis of very large single-cell RNA-seq datasets
0 stars 0 forks source link

install problem: numpy-groupies not found #4

Closed pl-ki closed 7 years ago

pl-ki commented 7 years ago

Following instructions on cytograph main page:

$ git clone https://github.com/linnarsson-lab/cytograph.git Klonar till "cytograph" ... $ cd cytograph/bhtsne $ g++ sptree.cpp tsne.cpp -o bh_tsne -O2 $ cd .. $ python setup.py install ...... Installed /home/peter/anaconda3/lib/python3.6/site-packages/cytograph-0.6.1-py3.6.egg Processing dependencies for cytograph==0.6.1 Searching for numpy-groupies Downloading http://github.com/linnarsson-lab/numpy-groupies/tarball/master#egg=numpy_groupies error: Can't download http://github.com/linnarsson-lab/numpy-groupies/tarball/master#egg=numpy_groupies: 404 Not Found

slinnarsson commented 7 years ago

Fixed, I think. We no longer need to depend on our own numpy-groupies.