Revision 13548
Added by Aaron Marcuse-Kubitza over 10 years ago
tnrs.py | ||
---|---|---|
17 | 17 |
pause_growth_factor = 1.3 |
18 | 18 |
max_pause = 30*60 # sec; = 30 min; TNRS sometimes freezes for ~10 min |
19 | 19 |
assert initial_pause <= max_pause |
20 |
max_names = 5000 # according to http://tnrs.iplantcollaborative.org/TNRSapp.html
|
|
20 |
#max_names = 5000 #according to http://tnrs.iplantcollaborative.org/TNRSapp.html
|
|
21 | 21 |
max_names = 500 # the maximum above crashes the TNRS server |
22 | 22 |
|
23 | 23 |
# Protocol params |
Also available in: Unified diff
lib/tnrs.py: commented out the value of max_names that is not active, for clarity