Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/de1d0a17e090/allpy/config.py
Дата изменения: Unknown
Дата индексирования: Mon Feb 4 03:43:30 2013
Кодировка:
allpy: de1d0a17e090 allpy/config.py

allpy

view allpy/config.py @ 482:de1d0a17e090

geometrical_cores(): use alternative cores count information it was forgotten to be used
author boris (netbook) <bnagaev@gmail.com>
date Fri, 18 Feb 2011 18:58:30 +0300
parents 73f9779491ef
children 27e866560087
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/%s.pdb'
7 pdb_path = '/tmp/%s.pdb'
8 timeout = 10 # time in sec. for BRON-KERBOSH algorithm
11 # min part or new atoms in new alternative core
12 ac_new_atoms = 0.5
14 # max number of cores (including main core)
15 ac_count = 5