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

allpy

view allpy/config.py @ 1049:3cc7ef543da5

allpy: do not print debugging messages, unless allpy.config.debug Note: new config variable was introduced: allpy.config.debug. By default, allpy.config.debug=False This is draft commit, since this feature was not properly discussed see 152
author Boris Nagaev <bnagaev@gmail.com>
date Sun, 25 Mar 2012 22:54:35 +0400
parents b1d9fb2a7e2a
children 53690e470eff
line source
1 debug = False
3 delta = 2.0 # for geometrical core building
4 minsize = 20 # min size of returning cores
5 maxabsent = 0.15 # deprecated?
7 # defaults for set_pdb_chain
8 min_continuous_match = 5
9 min_match = 20
10 max_waste_in_pdb = 5
12 min_core_size = 10
14 # pdb download url (XXXX is pdb code place)
15 pdb_url = 'http://www.pdb.org/pdb/files/%s.pdb'
16 pdb_path = '/tmp/%s.pdb'
17 timeout = 10 # time in sec. for BRON-KERBOSH algorithm
20 # min part or new atoms in new alternative core
21 ac_new_atoms = 0.5
23 # max number of cores (including main core)
24 ac_count = 5
26 # blocks3d
27 min_width = 4
28 timeout_2 = 10 # bron-kerbosh for blocks