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

allpy

view allpy/config.py @ 1143:a9d4a06ed103

pair-cores/web: add header "Description" before example and description * * * 1
author Boris Nagaev <bnagaev@gmail.com>
date Mon, 14 Jan 2013 02:44:43 +0400
parents 3cc7ef543da5
children 6c7e74a75d13
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-KERBOSCH 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-kerbosch for blocks