Skip to content

Commit

Permalink
edit install command
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Nov 4, 2024
1 parent 3fd7df7 commit d41b9e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/smudgeplot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

mkdir -p $PREFIX/bin

# Install the current codebase as an R package
Rscript install.R
make -s INSTALL_PREFIX="${PREFIX}" -j"${CPU_COUNT}"

# Install executables
install -C exec/smudgeplot.py $PREFIX/bin
install -C exec/hetmers $PREFIX/bin
install -C exec/smudgeplot_plot.R $PREFIX/bin
install -C exec/centrality_plot.R $PREFIX/bin

0 comments on commit d41b9e0

Please sign in to comment.