Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/8565652a4019/lib/config.py
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 19:37:41 2013
Кодировка:
allpy: 8565652a4019 lib/config.py

allpy

view lib/config.py @ 135:8565652a4019

geometrical_core: parser completed
author boris <bnagaev@gmail.com>
date Sun, 24 Oct 2010 16:30:44 +0400
parents 0903179f8c34
children 57c923c2e333
line source
1 delta = 2.0 # for geometrical core building
2 minsize = 20 # min size of returning cores
3 maxabsent = 0.15 # deprecated?
5 # pdb download url (XXXX is pdb code place)
6 pdb_url = 'http://www.pdb.org/pdb/files/XXXX.pdb'
7 timeout = 10 # time in sec. for BRON-KERBOSH algorithm
10 # min part or new atoms in new alternative core
11 ac_new_atoms = 0.5
13 # max number of cores (including main core)
14 ac_count = 5