Revision 9699
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
12 | 12 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
13 | 13 |
{ |
14 | 14 |
echo_func; set_make_vars; check_target_exists |
15 |
to_target mysql_export_local
|
|
15 |
(set_large_table; to_target mysql_export_local) || return
|
|
16 | 16 |
remake=1 "$target_filename".md5/make |
17 | 17 |
} |
18 | 18 |
|
Also available in: Unified diff
inputs/GBIF/table.run: table.tsv/make(): use new set_large_table to prevent table.tsv from being deleted on error for full export runs (while still deleting it on error for sample subset runs)