summaryrefslogtreecommitdiff
path: root/README
blob: dac8941d1634fc96d2c56c0b76cbf6e89e49c031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PubChem read across
===================

Caching proxy and GUI for PubChem read across predictions

Requirements: memcached

Usage:

# start memcached
memcached -d -m 2048 -l localhost -p 11211 -u nobody
# start unicorn
unicorn -c unicorn.rb -E production