Skip to content

Commit

Permalink
Missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Aug 18, 2023
1 parent 3dbd464 commit a76f833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_cenote_taker2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a76f833

Please sign in to comment.