Skip to content

Commit

Permalink
update salmon script
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Feb 15, 2024
1 parent 3612d5c commit f4147cf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/salmon/config/default/postprocess.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
set -u

if [ -x $ISSP_UCOUNT ]; then
cd $PREFIX/bin
for file in salmon; do
mv ${file} ${file}_nocount
cat << EOF > ${file}
#!/bin/sh
${ISSP_UCOUNT} salmon
${PREFIX}/bin/${file}_nocount \$@
EOF
chmod +x ${file}
done
fi

0 comments on commit f4147cf

Please sign in to comment.