Revision 7845
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/.TNRS/schema.sql | ||
---|---|---|
143 | 143 |
SELECT * |
144 | 144 |
FROM "MatchedTaxon" |
145 | 145 |
NATURAL LEFT JOIN "AcceptedTaxon" |
146 |
WHERE score_ok("matchedTaxonConfidence_fraction"); |
|
146 | 147 |
; |
Also available in: Unified diff
inputs/.TNRS/schema.sql: ScrubbedTaxon: Include only matches with a match score of at least 0.8 (score_ok())