Revision 9357
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
6 | 6 |
func_override table.tsv/make__src_table_run |
7 | 7 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
8 | 8 |
{ |
9 |
echo_func |
|
9 |
echo_func; set_make_vars |
|
10 |
|
|
10 | 11 |
cols=' |
11 | 12 |
id, institution_code, collection_code, catalogue_number, |
12 | 13 |
scientific_name, |
... | ... | |
15 | 16 |
filter=" |
16 | 17 |
institution_code IN ($(cat "$top_dir"/herbaria.sql))" |
17 | 18 |
table.tsv/make__src_table_run |
19 |
|
|
20 |
silent=1 input_make "$target_filename.md5" |
|
18 | 21 |
} |
19 | 22 |
|
20 | 23 |
fi |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: table.tsv/make(): also add md5 sum for table.tsv