We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696a4ba commit 1a05ffaCopy full SHA for 1a05ffa
SequenceAnalysis/pipeline_code/extra_tools_install.sh
@@ -358,7 +358,7 @@ echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
358
echo "Install hifiasm"
359
echo ""
360
cd $LKSRC_DIR
361
-if [[ ! -e ${LKTOOLS_DIR}/primer3_core || ! -z $FORCE_REINSTALL ]];
+if [[ ! -e ${LKTOOLS_DIR}/hifiasm || ! -z $FORCE_REINSTALL ]];
362
then
363
echo "Cleaning up previous installs"
364
rm -Rf $LKTOOLS_DIR/hifiasm*
0 commit comments