Revision 439
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
24 | 24 |
|
25 | 25 |
##### |
26 | 26 |
|
27 |
vegxVegbienGenMaps := $(filter-out %.organisms.csv,$(wildcard VegX-VegBIEN.*))
|
|
27 |
vegxVegbienGenMaps := VegX-VegBIEN.plots.csv VegX-VegBIEN.stems.csv
|
|
28 | 28 |
|
29 | 29 |
plots: _always $(vegxVegbienGenMaps) ; |
30 | 30 |
|
... | ... | |
32 | 32 |
|
33 | 33 |
VegX-VegBIEN.plots.csv: VegX-VegBIEN.organisms.csv |
34 | 34 |
env \ |
35 |
left_in_root='/*s/individualOrganismObservation/*ID->/*s/plotObservation' \ |
|
36 |
left_out_root='/*s/plotObservation' \ |
|
37 |
right_in_root='/taxonoccurrence/*_id/plotevent' \ |
|
38 |
right_out_root='/plotevent' \ |
|
39 |
$(chRoot) |
|
35 |
left_in_root='/*s/individualOrganismObservation/*ID->/*s/plotObservation' \ |
|
36 |
left_out_root='/*s/plotObservation' \ |
|
37 |
right_in_root='/taxonoccurrence/*_id/plotevent' \ |
|
38 |
right_out_root='/plotevent' \ |
|
39 |
$(chRoot) |
|
40 |
|
|
41 |
VegX-VegBIEN.stems.csv: VegX-VegBIEN.organisms.csv |
|
42 |
env \ |
|
43 |
left_in_root='/*s/individualOrganismObservation->/*s/individualOrganismObservation[relatedItem[relationshipType=stemOrganism]/relatedItemID]' \ |
|
44 |
left_out_root='/*s/individualOrganismObservation[relatedItem/relationshipType=stemOrganism]' \ |
|
45 |
right_in_root='/taxonoccurrence/collectiveobservation/individualplant/stemobservation' \ |
|
46 |
right_out_root='/stemobservation' \ |
|
47 |
$(chRoot) |
Also available in: Unified diff
mappings/Makefile: Generate initial VegX-VegBIEN.stems.csv