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
6908936b
Unverified
Commit
6908936b
authored
Oct 12, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Oct 12, 2022
Browse files
Merge pull request #232 from jonathanking/jonathanking-improve-prep_mmseqs_dbs
Small fix for prep_mmseqs_dbs.
parents
94e0a473
67f23568
Changes
1
Hide 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 @
6908936b
...
...
@@ -23,7 +23,7 @@ DOWNLOAD_DIR="$1"
ROOT_DIR
=
"
${
DOWNLOAD_DIR
}
/mmseqs_dbs"
mkdir
-p
$ROOT_DIR
for
f
in
$(
ls
${
DOWNLOAD_DIR
}
/
*
.tar
.gz
)
for
f
in
$(
ls
${
DOWNLOAD_DIR
}
/
*
.tar
*
)
do
tar
--extract
--verbose
--file
=
"
${
f
}
"
\
--directory
=
$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