Skip to content

Commit

Permalink
Format numeric variables for display in manuscript
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson authored Mar 31, 2023
1 parent 37847f3 commit f629db7
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# trigger the regeneration of the compiled output.

python_launch_cmd=python
python_launch_cmd=winpty python
# python_launch_cmd=winpty python

###############################################################################
# Gather results of archived analytical runs
Expand All @@ -32,8 +32,7 @@ data/si-%.md: downloads/ipni-oa-data.zip
data/%.yaml: downloads/ipni-oa-data.zip
mkdir -p data
unzip -o $^ $@
echo $@
cat $@
$(python_launch_cmd) util/format-numeric-variables.py $@ $@

data/findability-wcvp%.png: downloads/ipni-oa-map-charts-data.zip
mkdir -p data
Expand All @@ -47,19 +46,15 @@ data/wcvp-map-composite%.png: downloads/ipni-oa-map-charts-data.zip
mkdir -p data
unzip -o $^ $@


data/taxa2gbif%.yaml: downloads/wcvp-gbif-processing-data.zip
mkdir -p data
unzip -o $^ $@
echo $@
cat $@

$(python_launch_cmd) util/format-numeric-variables.py $@ $@

data/taxa2nativerange%.yaml: downloads/wcvp-gbif-processing-data.zip
mkdir -p data
unzip -o $^ $@
echo $@
cat $@
$(python_launch_cmd) util/format-numeric-variables.py $@ $@

###############################################################################
# End of archived analytical runs section
Expand Down

0 comments on commit f629db7

Please sign in to comment.