Revision 5691
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/tnrs.py | ||
---|---|---|
29 | 29 |
} |
30 | 30 |
submission_request_template = ('7|0|7|'+url_base+ |
31 | 31 |
'||org.iplantc.tnrs.demo.client.SearchService|doSearch|\ |
32 |
java.lang.String/2004016611|{"sources":"gcc,tropicos,usda", "names":"[names]"\
|
|
32 |
java.lang.String/2004016611|{"sources":"tropicos", "names":"[names]"\
|
|
33 | 33 |
, "type":"matching", "taxonomic":"true", "classification":"tropicos", \ |
34 | 34 |
"match_to_rank":"true"}|0.05|1|2|3|4|2|5|5|6|7|') |
35 | 35 |
submission_response_pattern = r'^//OK\[1,\["(\w+)"\],0,7\]$' |
Also available in: Unified diff
tnrs.py: submission_request_template: Use just Tropicos as the name source, as Brad says "GCC is for only one family (Asteraceae)" and USDA's "taxonomy is of lower quality and sometimes conflicts with Tropicos"