Revision 9748
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/table.run | ||
---|---|---|
9 | 9 |
table_make "$target_filename" |
10 | 10 |
} |
11 | 11 |
|
12 |
table.tsv.gz/make() |
|
13 |
{ |
|
14 |
echo_func; set_make_vars |
|
15 |
table_make "$target_filename" |
|
16 |
} |
|
17 |
|
|
12 | 18 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
13 | 19 |
{ |
14 | 20 |
echo_func; set_make_vars; check_target_exists |
Also available in: Unified diff
inputs/GBIF/table.run: added table.tsv.gz/make()