allpy
annotate lib/config.py @ 121:0903179f8c34
lib::block fix geometrical_core -- pass test
graph::bron_kerbosh fix bug with timeout
author | boris <bnagaev@gmail.com> |
---|---|
date | Sat, 23 Oct 2010 23:06:48 +0400 |
parents | 5e7851709c95 |
children | a6d287f9c901 |
rev | line source |
---|---|
bnagaev@116 | 1 delta = 2.0 # for geometrical core building |
bnagaev@116 | 2 minsize = 20 # min size of returning cores |
bnagaev@121 | 3 maxabsent = 0.15 # deprecated? |
bnagaev@121 | 4 |
bnagaev@116 | 5 # pdb download url (XXXX is pdb code place) |
bnagaev@120 | 6 pdb_url = 'http://www.pdb.org/pdb/files/XXXX.pdb' |
bnagaev@120 | 7 timeout = 10 # time in sec. for BRON-KERBOSH algorithm |
bnagaev@120 | 8 |