Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.53 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.53 KB

ecpac: Easy C-PAC execution on PSC ACCESS

Build codecov Ruff stability-stable MIT License pages

Install (first time only)

Create a conda environment on PSC ACCESS:

module load anaconda3/2022.10
conda create -n ecpac python=3.11
conda activate ecpac
pip install git+https://github.com/childmindresearch/ecpac.git

Run

module load anaconda3/2022.10
conda activate ecpac
ecpac # or: 'ecpac --help' for non-interactive use

Update

module load anaconda3/2022.10
conda activate ecpac
pip uninstall -y ecpac && sleep 2 && pip install git+https://github.com/childmindresearch/ecpac.git

Slack notifications

To enable Slack notifications, create a Slack app and create a webhook URL. Then, set the following environment variable:

SLACK_WEBHOOK_URL=...