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 96d1324 commit b119d45
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions service.cli/execute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,17 @@ fi

# Launch data retrieval and analysis
echo "Starting data retrieval"
git clone https://github.com/neurogarg/DataWave.git
cd DataWave
python3 main.py \
-i "$dat_filen" \
-i "$analysis_filen" \
-i "$json_filen"
cd ..
cd datawave

python3 main.py \
-i "$dat_filen" \
-i "$analysis_filen" \
-i "$json_filen"

echo "Analysis and retrieval completed successfully, adding it to the output..."
# Add derived_files to output

zip -r "${OUTPUT_FOLDER}"/derived_files.zip "derived_file.csv" "sample_plot.png" "analysis_plot.png"



0 comments on commit b119d45

Please sign in to comment.