From 8f7f2269ae9817713c27f3f8e75add7826c2e54b Mon Sep 17 00:00:00 2001 From: Maciej Wielgosz <maciej.wielgosz@nibio.no> Date: Mon, 26 Dec 2022 13:09:40 +0100 Subject: [PATCH] update of the download script for the sweep --- pipeline_test_command_params_just_tls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_test_command_params_just_tls.py b/pipeline_test_command_params_just_tls.py index 7fcd28c..902a564 100644 --- a/pipeline_test_command_params_just_tls.py +++ b/pipeline_test_command_params_just_tls.py @@ -36,7 +36,7 @@ def main( # get files for the sweep print("Getting files for the sweep") - cmd = "/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/bash_helper_scripts/get_terrestial_sem_seg_validation_after_sem_seg.sh" + cmd = "/home/nibio/mutable-outside-world/code/gitlab_fsct/instance_segmentation_classic/bash_helper_scripts/get_val_corrected_after_sem_seg_selected_files.sh" subprocess.run([cmd], shell=True) # define the arguments for all the parameters from the sweep configuration -- GitLab