Revision 1452
Added by Aaron Marcuse-Kubitza almost 13 years ago
Makefile | ||
---|---|---|
52 | 52 |
|
53 | 53 |
joinMaps := |
54 | 54 |
|
55 |
DwC2.ci-VegBIEN.specimens.csv: DwC2-VegBIEN.specimens.csv |
|
55 |
DwC.cs-VegBIEN.specimens.csv: DwC1-DwC2.specimens.csv DwC2-VegBIEN.specimens.csv |
|
56 |
$(join) <$+ >$@ |
|
57 |
joinMaps += DwC.cs-VegBIEN.specimens.csv |
|
58 |
|
|
59 |
DwC-VegBIEN.specimens.csv: DwC.cs-VegBIEN.specimens.csv |
|
56 | 60 |
$(selfMap) <$<|$(bin)/ucase_first 0|$(join) $< >$@ |
57 |
joinMaps += DwC2.ci-VegBIEN.specimens.csv |
|
58 |
|
|
59 |
DwC-VegBIEN.specimens.csv: DwC1-DwC2.specimens.csv DwC2.ci-VegBIEN.specimens.csv |
|
60 |
$(join) <$+ >$@ |
|
61 | 61 |
joinMaps += DwC-VegBIEN.specimens.csv |
62 | 62 |
|
63 | 63 |
DwC.self.specimens.csv: DwC-VegBIEN.specimens.csv |
Also available in: Unified diff
mappings: DwC: Generate case-insensitive map of DwC1 and DwC2 together, rather than just DwC2. DwC1-DwC2.specimens.csv: Make input columns lowercase so that case-insensitization will work properly.