Revision 190
Added by Aaron Marcuse-Kubitza about 13 years ago
mappings/extract_plot_map | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Extracts plot subpaths from VegX-VegBank.csv |
|
3 |
|
|
4 |
selfDir="$(dirname -- "$0")" |
|
5 |
cd "$selfDir" |
|
6 |
|
|
7 |
export \ |
|
8 |
left_in_root='/*s/individualOrganismObservation/*ID->/*s/plotObservation' \ |
|
9 |
left_out_root='/*s/plotObservation' \ |
|
10 |
right_in_root='/taxonObservation/*_ID/observation' \ |
|
11 |
right_out_root='/observation' |
|
12 |
|
|
13 |
../scripts/util/ch_root <VegX-VegBank.organisms.csv >VegX-VegBank.plots.csv |
|
14 | 0 |
Also available in: Unified diff
extract_plot_map: Removed because functionality now in Makefile