Project

General

Profile

« Previous | Next » 

Revision 7845

inputs/.TNRS/schema.sql: ScrubbedTaxon: Include only matches with a match score of at least 0.8 (score_ok())

View differences:

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