Revision 13850
Added by Aaron Marcuse-Kubitza over 10 years ago
tnrs_db | ||
---|---|---|
32 | 32 |
|
33 | 33 |
tnrs_input = sql_gen.Table('tnrs_input_name') |
34 | 34 |
tnrs_batch = sql_gen.Table('batch') |
35 |
tnrs_data = sql_gen.Table('tnrs') |
|
35 |
tnrs_data = sql_gen.Table('tnrs_match')
|
|
36 | 36 |
|
37 | 37 |
def main(): |
38 | 38 |
# Input |
Also available in: Unified diff
inputs/.TNRS/schema.sql: tnrs: renamed to tnrs_match to distinguish it from other TNRS-related tables