Revision 9802
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
15 | 15 |
table_make "$target_filename" |
16 | 16 |
} |
17 | 17 |
|
18 |
table.tsv*/upload() |
|
19 |
{ |
|
20 |
echo_func; set_make_vars |
|
21 |
inplace=1 sync_upload "$target" |
|
22 |
} |
|
23 |
|
|
18 | 24 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
19 | 25 |
{ |
20 | 26 |
echo_func; set_make_vars; check_target_exists |
Also available in: Unified diff
inputs/GBIF/table.run: added table.tsv*/upload()