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
06eac9ea
Commit
06eac9ea
authored
Mar 26, 2024
by
Sachin Kadyan
Browse files
Fix usage example in `download_openfold_soloseq_params.sh`
parent
996e8260
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
scripts/download_openfold_soloseq_params.sh
scripts/download_openfold_soloseq_params.sh
+3
-3
No files found.
scripts/download_openfold_soloseq_params.sh
View file @
06eac9ea
#!/bin/bash
#!/bin/bash
#
#
# Copyright 202
1 DeepMind Technologies Limited
# Copyright 202
4 AlQuraishi Laboratory
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
@@ -14,9 +14,9 @@
...
@@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
#
#
# Downloads OpenFold parameters.
# Downloads OpenFold
SoloSeq (single sequence model)
parameters.
#
#
# Usage: bash download_openfold_
params_huggingface
.sh /path/to/download/directory
# Usage: bash download_openfold_
soloseq_params
.sh /path/to/download/directory
set
-e
set
-e
if
[[
$#
-eq
0
]]
;
then
if
[[
$#
-eq
0
]]
;
then
...
...
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