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
6d1ca263
Commit
6d1ca263
authored
Mar 26, 2024
by
Sachin Kadyan
Committed by
jnwei
May 09, 2024
Browse files
Fix usage example in `download_openfold_soloseq_params.sh`
parent
b5db6c34
Changes
1
Show 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 @
6d1ca263
#!/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