Commit 6d1ca263 authored by Sachin Kadyan's avatar Sachin Kadyan Committed by jnwei
Browse files

Fix usage example in `download_openfold_soloseq_params.sh`

parent b5db6c34
#!/bin/bash #!/bin/bash
# #
# Copyright 2021 DeepMind Technologies Limited # Copyright 2024 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment