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
def0727d
Commit
def0727d
authored
Jul 19, 2022
by
Gustaf Ahdritz
Browse files
Add region to aws command
parent
5739b631
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/download_openfold_params.sh
scripts/download_openfold_params.sh
+1
-1
No files found.
scripts/download_openfold_params.sh
View file @
def0727d
...
@@ -31,4 +31,4 @@ fi
...
@@ -31,4 +31,4 @@ fi
DOWNLOAD_DIR
=
"
${
1
}
/openfold_params"
DOWNLOAD_DIR
=
"
${
1
}
/openfold_params"
mkdir
-p
"
${
DOWNLOAD_DIR
}
"
mkdir
-p
"
${
DOWNLOAD_DIR
}
"
aws s3
cp
--no-sign-request
s3://openfold/openfold_params/
"
${
DOWNLOAD_DIR
}
"
--recursive
aws s3
cp
--no-sign-request
--region
us-east-1
s3://openfold/openfold_params/
"
${
DOWNLOAD_DIR
}
"
--recursive
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