Project

General

Profile

« Previous | Next » 

Revision 1802

mappings/Makefile: DwC-VegBIEN.specimens.csv: Don't call remove_empty to produce it, because join now deals with empty mappings correctly by still raising a warning. Removed no longer needed intermediate DwC.ci-VegBIEN.specimens.csv.

View differences:

Makefile
12 12

  
13 13
join = env header_num=1 $(bin)/join_union_sort
14 14
selfMap = $(bin)/cols 0 0
15
removeEmpty = $(bin)/remove_empty
16 15

  
17 16
define chRoot
18 17
$(bin)/ch_root <$< >$@
......
56 55
	$(join) <$+ >$@
57 56
joinMaps += DwC.cs-VegBIEN.specimens.csv
58 57

  
59
DwC.ci-VegBIEN.specimens.csv: DwC.cs-VegBIEN.specimens.csv
58
DwC-VegBIEN.specimens.csv: DwC.cs-VegBIEN.specimens.csv
60 59
	$(bin)/ci_map $< >$@
61
joinMaps += DwC.ci-VegBIEN.specimens.csv
62

  
63
DwC-VegBIEN.specimens.csv: DwC.ci-VegBIEN.specimens.csv
64
	$(removeEmpty) <$< >$@
65 60
joinMaps += DwC-VegBIEN.specimens.csv
66 61

  
67
DwC.self.specimens.csv: DwC.ci-VegBIEN.specimens.csv
62
DwC.self.specimens.csv: DwC-VegBIEN.specimens.csv
68 63
	$(selfMap) <$<|$(bin)/sort_map >$@
69 64
joinMaps += DwC.self.specimens.csv
70 65

  

Also available in: Unified diff