Skip to content

Commit 1a05ffa

Browse files
committed
Fix typo
1 parent 696a4ba commit 1a05ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/pipeline_code/extra_tools_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
358358
echo "Install hifiasm"
359359
echo ""
360360
cd $LKSRC_DIR
361-
if [[ ! -e ${LKTOOLS_DIR}/primer3_core || ! -z $FORCE_REINSTALL ]];
361+
if [[ ! -e ${LKTOOLS_DIR}/hifiasm || ! -z $FORCE_REINSTALL ]];
362362
then
363363
echo "Cleaning up previous installs"
364364
rm -Rf $LKTOOLS_DIR/hifiasm*

0 commit comments

Comments
 (0)