pachterlab / sircel

Identify cell barcodes from single-cell genomics sequencing experiments
MIT License
41 stars 14 forks source link

redis server still needed but not documented? #19

Open colindaven opened 5 years ago

colindaven commented 5 years ago

There are related closed issues, but this still affected me now.

redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.

Solved by installing and running redis-server

sudo apt install redis-server
redis-server &

now run sircel