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
abc1ceb0
Commit
abc1ceb0
authored
Jun 27, 2022
by
Gustaf Ahdritz
Browse files
Fix bug in download_data.sh
parent
a0a49fea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/download_data.sh
scripts/download_data.sh
+1
-1
No files found.
scripts/download_data.sh
View file @
abc1ceb0
...
...
@@ -47,7 +47,7 @@ bash "${SCRIPT_DIR}/download_pdb_mmcif.sh" "${DOWNLOAD_DIR}"
if
[[
-d
openfold/resources/params
]]
;
then
ln
-s
openfold/resources/params
"
${
DOWNLOAD_DIR
}
/params"
ln
-s
openfold/resources/openfold_params
"
${
DOWNLOAD_DIR
}
/params"
ln
-s
openfold/resources/openfold_params
"
${
DOWNLOAD_DIR
}
/
openfold_
params"
fi
echo
"All data downloaded."
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