Foundry 0.2.0
Webpage
https://github.com/RosettaCommons/foundry
Version
0.2.0
Environment
- Python 3.12.12 (pyenv 2.6.17)
Installation Procedure (brief version)
$ module purge
$ module load pyenv/2.6.17
$ export PYENV_ROOT=/apl/pyenv/repos/2.6.17
$ pyenv virtualenv 3.12.12 3.12.12-foundry-0.2.0
$ pyenv activate 3.12.12-foundry-0.2.0
(3.12.12-foundry-0.2.0) $ eval "$(pyenv init -)"
(3.12.12-foundry-0.2.0) $ pip install "rc-foundry[all]"
$ module purge
$ module load foundry/0.2.0
$ foundry install all --checkpoint-dir /apl/foundry/0.2.0/checkpoints
Notes
- PATH setting (e.g. /apl/pyenv/repos/2.6.17/versions/3.12.12-foundry-0.2.0/bin) is described in the module.
- foundry command is installed to /apl/pyenv/repos/2.6.17/versions/3.12.12-foundry-0.2.0/bin.