#!/bin/bash

# provide custom python packages so they can be imported

# activate conda environment of python modules so they can be imported
source /storage/app/miniconda3/bin/activate /storage/app/EWS/General/EWS-python/py3EWSepi

python /storage/app/EWS/General/EWS-Coordinator/ENVDataPostProcessor.py "$@"

# deactivate conda environment
source /storage/app/miniconda3/bin/deactivate /storage/app/EWS/General/EWS-python/py3EWSepi