From 9f096f1df0eeb874443de26781293b317c914b26 Mon Sep 17 00:00:00 2001 From: Zachary Charlop-Powers Date: Thu, 24 Oct 2024 13:41:31 -0400 Subject: [PATCH] update binaryname --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d4aa34e..f55542c 100644 --- a/justfile +++ b/justfile @@ -6,7 +6,7 @@ build: # convert all PSEs to msvj folders convert: build for file in docs/examples/*.pse; do \ - ./target/debug/pseutils --psefile "$file" --outputdir "${file%.*}"; \ + ./target/debug/ferritin-pymol --psefile "$file" --outputdir "${file%.*}"; \ done