Revision 9356
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/GBIF/raw_occurrence_record/run | ||
---|---|---|
7 | 7 |
table.tsv/make() # usage: [remake=1] [limit=...] .../run table.tsv/make |
8 | 8 |
{ |
9 | 9 |
echo_func |
10 |
table.tsv/make__src_table_run |
|
10 |
cols=' |
|
11 |
id, institution_code, collection_code, catalogue_number, |
|
12 |
scientific_name, |
|
13 |
family, genus, species, subspecies/*helps TNRS to resolve species*/, |
|
14 |
latitude, longitude, country, state_province, county, locality' \ |
|
15 |
filter=" |
|
16 |
institution_code IN ($(cat "$top_dir"/herbaria.sql))" |
|
17 |
table.tsv/make__src_table_run |
|
11 | 18 |
} |
12 | 19 |
|
13 | 20 |
fi |
Also available in: Unified diff
inputs/GBIF/raw_occurrence_record/run: table.tsv/make(): added back filter kw args, which had gotten deleted in a commit without update (although actually, svn should not allow a commit without update, so the working copy may have gotten corrupted)