Revision 9418
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
10 | 10 |
|
11 | 11 |
filter=" |
12 | 12 |
deleted IS NULL |
13 |
AND institution_code IN ($(cat "$top_dir"/herbaria.sql))" \ |
|
13 |
AND institution_code IN ($(cat "$top_dir"/herbaria.data.sql))" \
|
|
14 | 14 |
table.tsv/make__src_table_run |
15 | 15 |
} |
16 | 16 |
|
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: renamed herbaria.sql to herbaria.data.sql so it wouldn't be added to svn by `make inputs/GBIF/raw_occurrence_record/add` or `make inputs/add`