Revision 9910
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/tnrs.py | ||
---|---|---|
49 | 49 |
download_request_template = ('7|0|6|'+url_base+ |
50 | 50 |
'|1E87C78041CEFBF0992F46BDF84D7D60|org.iplantc.tnrs.demo.client.SearchService|\ |
51 | 51 |
downloadRemoteResults|java.lang.String/2004016611|{"name":"tnrs_results.txt", \ |
52 |
"mode":"Best", "type":"Detailed", "encoding":"utf8", "dirty":"false", \
|
|
52 |
"mode":"Best", "type":"Detailed", "encoding":"utf8", "dirty":"true", \
|
|
53 | 53 |
"sources":"false", "taxonomic":"false", "email":"tnrs@lka5jjs.orv", \ |
54 | 54 |
"key":"[key]"}|1|2|3|4|1|5|6|') |
55 | 55 |
download_response_pattern = '^//OK\[1,\["(.*)"\],0,7\]$' |
Also available in: Unified diff
bugfix: lib/tnrs.py: download_request_template: changed dirty to true (to match the current web app), which is apparently needed to apply the source_sorting setting to the downloaded TSV in addition to the GUI results