Revision 5706
Added by Aaron Marcuse-Kubitza about 12 years ago
lib/db_xml.py | ||
---|---|---|
192 | 192 |
return sql.select(db, table, fields, conds, limit, start) |
193 | 193 |
|
194 | 194 |
# Controls when and how put_table() will partition the input table |
195 |
partition_size = 1000000 # rows; must be >= NCBI.higher_taxa size
|
|
195 |
partition_size = 1000000 # rows; must be >= NCBI.nodes size
|
|
196 | 196 |
|
197 | 197 |
def put_table(db, node, in_table, in_row_ct_ref=None, row_ins_ct_ref=None, |
198 | 198 |
limit=None, start=0, on_error=exc.reraise, col_defaults={}, |
Also available in: Unified diff
inputs/.NCBI/: Renamed higher_taxa to nodes because it currently doesn't just contain the higher taxa