Skip to content

Commit

Permalink
Fix fetch weights for ModelAngelo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaliki authored Sep 26, 2023
1 parent c4b91a6 commit 4b2fc43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/python_fetch_weights.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ target_path="$script_dir/relion_python_modelangelo"

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

0 comments on commit 4b2fc43

Please sign in to comment.