Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyBaril authored Oct 4, 2024
1 parent 999106e commit a5107f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/heliano/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ HMMmodel=${PACKAGE_HOME}/RepHel.hmm
Headermodel=${PACKAGE_HOME}/tclcv.txt
SPLIT=${PACKAGE_HOME}/SplitJoint.R
SORT=${PACKAGE_HOME}/Sort.sh
myPYTHON_PATH=`which python3`

sed -i.bak "s|_INTERPRETERPYTHON_PATH_|${myPYTHON_PATH}|" ${PACKAGE_HOME}/heliano.py
sed -i.bak "s|_INTERPRETERPYTHON_PATH_|/usr/bin/env python|" ${PACKAGE_HOME}/heliano.py
sed -i.bak "s|_HMM_|${HMMmodel}|" ${PACKAGE_HOME}/heliano.py
sed -i.bak "s|_HEADER_|${Headermodel}|" ${PACKAGE_HOME}/heliano.py
sed -i.bak "s|_FISHER_|${FISHER}|" ${PACKAGE_HOME}/heliano.py
Expand Down

0 comments on commit a5107f2

Please sign in to comment.