Skip to content

Commit

Permalink
Fix composite outputfile param
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson committed Nov 26, 2022
1 parent 9061917 commit 38caaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ findability_all: data/findability-wcvp-map-level-1.png data/findability-wcvp-map

# Map WCVP data: composites
data/wcvp-map-composite-level-%.png: plotoageo.py data/ipniname-oastatus-wcvp-report-%.csv downloads/level%.geojson
$(python_launch_cmd) $^ $(limit_args) --tdwg_wgsrpd_level=$* --plot-maps --plot-composite --outputfile-composite=$@ data/oaratio-wcvp-map-level-$*.png data/findability-wcvp-map-level-$*.png
$(python_launch_cmd) $^ $(limit_args) --tdwg_wgsrpd_level=$* --plot-maps --plot-composite --outputfile_composite=$@ data/oaratio-wcvp-map-level-$*.png data/findability-wcvp-map-level-$*.png
# Shorthand:
composite_level_1: data/wcvp-map-composite-level-1.png
composite_level_2: data/wcvp-map-composite-level-2.png
Expand Down

0 comments on commit 38caaa9

Please sign in to comment.