Revision 7293
Added by Aaron Marcuse-Kubitza almost 12 years ago
tnrs_db | ||
---|---|---|
28 | 28 |
tnrs_input = sql_gen.Table('tnrs_input_name') |
29 | 29 |
tnrs_data = sql_gen.Table('tnrs') |
30 | 30 |
time_col_name = 'Time_submitted' |
31 |
added_col_names = ['Accepted_scientific_name'] |
|
31 |
added_col_names = ['Accepted_scientific_name', 'Max_score']
|
|
32 | 32 |
|
33 | 33 |
def main(): |
34 | 34 |
# Input |
Also available in: Unified diff
inputs/.TNRS/schema.sql: tnrs: Added Max_score column for use in filtering out names that will be rejected by taxondetermination's constraints