From 79d1638953d28c98e14008ac017af906c2d815d6 Mon Sep 17 00:00:00 2001 From: Pranjal Garg <58928080+neurogarg@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:17:32 +0530 Subject: [PATCH] Update execute.sh --- service.cli/execute.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/service.cli/execute.sh b/service.cli/execute.sh index 22779a4..999e2bb 100644 --- a/service.cli/execute.sh +++ b/service.cli/execute.sh @@ -63,9 +63,12 @@ fi # Launch data retrieval and analysis echo "Starting data retrieval" -git clone https://github.com/neurogarg/SPARC-test-2024.git -cd SPARC-test-2024 -python3 main.py "${args[@]}" +git clone https://github.com/neurogarg/DataWave.git +cd DataWave +python3 main.py \ + -i "$dat_filen" \ + -i "$analysis_filen" \ + -i "$json_file" echo "Analysis and retrieval completed successfully, adding it to the output..." # Add derived_files to output