Skip to content

Commit 7cde1fa

Browse files
author
ababaian
committed
Fix legend display bug
1 parent ae95493 commit 7cde1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/palmid.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ INPUT_PATH="'$OUTDIR/$OUTNAME'"
212212
HTML_OUTPUT="'$OUTDIR/$OUTNAME.html'"
213213

214214
cp /home/palmid/palmid.Rmd /tmp/palmid.Rmd
215-
mkdir -p /tmp/data
216-
cp /home/palmid/data/tax_legend.png /tmp/data/tax_legend.png
215+
mkdir -p /tmp/img
216+
cp /home/palmid/data/tax_legend.png /tmp/img/tax_legend.png
217217

218218

219219
Rscript -e "rmarkdown::render( \

0 commit comments

Comments
 (0)