"git@developer.sourcefind.cn:OpenDAS/dcnv3.git" did not exist on "1e6e309d38d84db5d924998432d1f47e6ff4b92d"
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 ...@@ -28,7 +28,7 @@ do
tar --extract --verbose --file="${f}" \ tar --extract --verbose --file="${f}" \
--directory=$ROOT_DIR --directory=$ROOT_DIR
rm "${f}" rm "${f}"
BASENAME="$(basename {f%%.*})" BASENAME="$(basename ${f%%.*})"
DB_NAME="${BASENAME}_db" DB_NAME="${BASENAME}_db"
OLD_PWD=$(pwd) OLD_PWD=$(pwd)
cd $ROOT_DIR 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