Commit 4e730269 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix bug in prep_mmseqs_dbs.sh

parent abc1ceb0
......@@ -28,7 +28,7 @@ do
tar --extract --verbose --file="${f}" \
--directory=$ROOT_DIR
rm "${f}"
BASENAME="$(basename {f%%.*})"
BASENAME="$(basename ${f%%.*})"
DB_NAME="${BASENAME}_db"
OLD_PWD=$(pwd)
cd $ROOT_DIR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment