Skip to content

childmindresearch/ecpac

Repository files navigation

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=...

About

Easy C-PAC execution on PSC ACCESS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages