Skip to content

Commit

Permalink
add bundle name to fetch weight call for modelangelo
Browse files Browse the repository at this point in the history
  • Loading branch information
scheres committed Sep 27, 2023
1 parent 950c0f5 commit 2499607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/python_fetch_weights.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ target_path="$script_dir/relion_python_modelangelo"

if [ -x "$target_path" ]; then
# Execute the target binary
"$target_path" setup_weights nucleotides
"$target_path" setup_weights nucleotides_no_seq
"$target_path" setup_weights --bundle-name nucleotides
"$target_path" setup_weights --bundle-name nucleotides_no_seq
else
echo "Error: $target_binary not found or not executable in $script_dir."
exit 1
Expand Down

0 comments on commit 2499607

Please sign in to comment.