Install
ACCESS-MOPPeR is available at NCI on the hh5 conda environments. To access a more recent version, you can create a custom conda environment and install mopper following these steps:
module load conda/analysis3
export PYTHONNOUSERSITE=1
python -m venv mopper_env –system-site-packages
source <path-to-mopper-env>/mopper_env/bin/activate
pip install git+https://github.com/ACCESS-Community-Hub/ACCESS-MOPPeR@main
The source command will activate the conda env you just created. Any time you want to use the tool in a new session repeat the first and third steps.
The pip command above will install from the main branch, you can also install from a different branch.
Warning
If copying and pasting be careful to re-type the hyphens before ‘system-site-packages’