Revision 9998
Added by Aaron Marcuse-Kubitza over 11 years ago
bin/tnrs_db | ||
---|---|---|
1 | 1 |
#!/usr/bin/env python |
2 | 2 |
# Scrubs the taxonlabels in VegBIEN using TNRS. |
3 | 3 |
|
4 |
# runtime: 162 ms/name ("real 458m50.126s" for "169,539 name(s)" [1]) |
|
5 |
# [1] $ tail -c +12953807 ../inputs/.TNRS/tnrs/logs/tnrs.make.log.sql|head -15 |
|
6 |
|
|
4 | 7 |
# to estimate total runtime: |
5 | 8 |
# bin/psql_vegbien <<<'SELECT COUNT(*) FROM tnrs_input_name' |
6 | 9 |
# # names from above * 1.5 multiplier for scrubbing accepted names |
Also available in: Unified diff
bin/tnrs_db: documented current runtime (162 ms/name)