Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
4e730269
"git@developer.sourcefind.cn:OpenDAS/dcnv3.git" did not exist on "1e6e309d38d84db5d924998432d1f47e6ff4b92d"
Commit
4e730269
authored
Jun 27, 2022
by
Gustaf Ahdritz
Browse files
Fix bug in prep_mmseqs_dbs.sh
parent
abc1ceb0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/prep_mmseqs_dbs.sh
scripts/prep_mmseqs_dbs.sh
+1
-1
No files found.
scripts/prep_mmseqs_dbs.sh
View file @
4e730269
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment