Revision 9409
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
14 | 14 |
family, genus, species, subspecies/*helps TNRS to resolve species*/, |
15 | 15 |
latitude, longitude, country, state_province, county, locality' \ |
16 | 16 |
filter=" |
17 |
institution_code IN ($(cat "$top_dir"/herbaria.sql))" |
|
17 |
institution_code IN ($(cat "$top_dir"/herbaria.sql))" \
|
|
18 | 18 |
table.tsv/make__src_table_run |
19 | 19 |
} |
20 | 20 |
|
Also available in: Unified diff
bugfix: inputs/GBIF/raw_occurrence_record/run: table.tsv/make(): need \ line continuation after vars so they only apply to the command rather than being set as global vars