From a76f833da9a3debdca3201ac6fb51d3cdd1c1065 Mon Sep 17 00:00:00 2001 From: ctbus Date: Fri, 18 Aug 2023 17:34:47 -0400 Subject: [PATCH] Missing quote --- scripts/install_cenote_taker2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_cenote_taker2.sh b/scripts/install_cenote_taker2.sh index a72ec61..5283f21 100755 --- a/scripts/install_cenote_taker2.sh +++ b/scripts/install_cenote_taker2.sh @@ -30,7 +30,7 @@ if [ -z $4 ]; then python update_ct2_databases.py --hmm True --protein True --rps True --taxdump True --hhCDD True --hhPFAM True --hhPDB True >> $3 fi else - echo "Using $4 as location for CenoteTaker2 database + echo "Using $4 as location for CenoteTaker2 database" mkdir -p $4 cd $4 python $1/Cenote-Taker2/update_ct2_databases.py --hmm True --protein True --rps True --taxdump True --hhCDD True --hhPFAM True --hhPDB True >> $3