Commit 06eac9ea authored by Sachin Kadyan's avatar Sachin Kadyan
Browse files

Fix usage example in `download_openfold_soloseq_params.sh`

parent 996e8260
#!/bin/bash
#
# Copyright 2021 DeepMind Technologies Limited
# Copyright 2024 AlQuraishi Laboratory
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......@@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# 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
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