Project

General

Profile

« Previous | Next » 

Revision 104

Moved VegBank mapping joins to main mappings dir so they would have similar paths for the upcoming all-sources tester

View differences:

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