Revision 104
Added by Aaron Marcuse-Kubitza about 13 years ago
join_all_vegbank | ||
---|---|---|
8 | 8 |
type="${map%.csv}" # remove extension |
9 | 9 |
type="${type#*.}" # remove up to last "." |
10 | 10 |
../scripts/util/join_maps "VegX-VegBank.$type.csv" <"$map" \ |
11 |
>"joins/${map/VegX/VegBank}"
|
|
11 |
>"${map/VegX/VegBank}" |
|
12 | 12 |
done |
Also available in: Unified diff
Moved VegBank mapping joins to main mappings dir so they would have similar paths for the upcoming all-sources tester