From ae17c8b82fea1165271ee62223b5f3e5f87b4207 Mon Sep 17 00:00:00 2001 From: Louis Bergelson Date: Tue, 8 Oct 2024 17:51:49 -0400 Subject: [PATCH] helper scripts --- .carrot/run_test.sh | 1 + .carrot/update_wdls.sh | 1 + 2 files changed, 2 insertions(+) create mode 100755 .carrot/run_test.sh create mode 100755 .carrot/update_wdls.sh diff --git a/.carrot/run_test.sh b/.carrot/run_test.sh new file mode 100755 index 0000000000..705d66ee61 --- /dev/null +++ b/.carrot/run_test.sh @@ -0,0 +1 @@ +python3.10 -m carrot_cli test run --test_input test.json --eval_input eval.json 36d33423-15a5-4d8b-aa5d-cb04eb6f6017 diff --git a/.carrot/update_wdls.sh b/.carrot/update_wdls.sh new file mode 100755 index 0000000000..8d9dbf18d1 --- /dev/null +++ b/.carrot/update_wdls.sh @@ -0,0 +1 @@ +python3.10 -m carrot_cli template update 03ff49e8-40ee-411e-b16f-f43b377cb6e9 --test_wdl carrot_test.wdl --eval_wdl carrot_eval.wdl