Skip to content

Commit

Permalink
Update execute.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
neurogarg authored Aug 11, 2024
1 parent 0c41a0c commit 79d1638
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions service.cli/execute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 79d1638

Please sign in to comment.