Revision 13597
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/tnrs.py | ||
---|---|---|
43 | 43 |
2011366567|com.extjs.gxt.ui.client.data.RpcMap/3441186752|sortField|sortDir|\ |
44 | 44 |
com.extjs.gxt.ui.client.Style$SortDir/640452531|offset|java.lang.Integer/\ |
45 | 45 |
3438268394|limit|{"email":"tnrs@lka5jjs.orv", "key":"[key]", \ |
46 |
"taxonomic_constraint":"true", "source_sorting":"false", "first":"false"}\
|
|
46 |
"taxonomic_constraint":"true", "source_sorting":"true", "first":"false"}\
|
|
47 | 47 |
|1|2|3|4|2|5|6|7|0|1|8|4|9|0|10|11|0|12|13|0|14|13|100|15|') |
48 | 48 |
# taxonomic_constraint (Constrain by Higher Taxonomy): selects lower ranks |
49 | 49 |
# only from within the matched higher ranks. must be turned on, to ensure |
... | ... | |
51 | 51 |
# source_sorting (Constrain by Source): always selects a match from the |
52 | 52 |
# first source in the list, no matter how low the match score. must be |
53 | 53 |
# turned off, to avoid worse matches being selected instead of better ones. |
54 |
# *however*, since this is currently broken and always on, we turn it on so |
|
55 |
# that the download settings reflect what TNRS actually used. |
|
54 | 56 |
retrieval_response_pattern = '^//OK\[.*?\["com.extjs.gxt.ui.client.data.\ |
55 | 57 |
BasePagingLoadResult/496878394","java.util.ArrayList/4159755760","org.iplantc.\ |
56 | 58 |
tnrs.demo.shared.BeanTNRSEntry/1039545748",".*"\],0,7\]$' |
Also available in: Unified diff
fix: lib/tnrs.py: Constrain by Source: turn it on so that the download settings reflect what TNRS actually used, while this is broken