Revision 9875
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
339 | 339 |
endif |
340 | 340 |
|
341 | 341 |
%/VegBIEN.csv: %/map.csv $(coreMap) |
342 |
<$< $(bin)/cat_cols 1 2$(if $(wildcard $*/run),|$(bin)/cols 1 1 3\ |
|
342 |
<$< $(bin)/cat_cols 1 2$(if $(wildcard\ |
|
343 |
$*/run),|$(bin)/cols 1 1 3|(head -1 $<; tail -n +2)\ |
|
343 | 344 |
)|$(bin)/join $(coreMap)|$(bin)/sort_map >$@ |
344 | 345 |
maps += $(autogenMaps) |
345 | 346 |
|
Also available in: Unified diff
bugfix: inputs/input.Makefile: %/VegBIEN.csv: use header from map.csv instead of the new columns, so that source.shortname is set to GBIF instead of VegCore