Revision 9775
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record_plants/run | ||
---|---|---|
125 | 125 |
{ |
126 | 126 |
echo_func; set_make_vars; check_target_exists |
127 | 127 |
|
128 |
herbaria_filter/make |
|
129 |
table="$full_table" filter=" |
|
130 |
deleted IS NULL |
|
131 |
AND institution_code IN (SELECT * FROM herbaria_filter)" \ |
|
132 |
self_make table.tsv/make__src_table_run |
|
128 |
table/make |
|
129 |
self_make table.tsv/make__src_table_run |
|
133 | 130 |
} |
134 | 131 |
|
135 | 132 |
fi |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record_plants/run: table.tsv/make(): use new raw_occurrence_record_plants view from table/make()