prod-feng / Environment-Modules-with-conda

environment module Conda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment-Modules-with-conda

This is an environment module file to add conda environment.

The modulefile here is to load anaconda environment, then activate it's alphafold env.

module load alphafold

This will load the anaconda module, and the activate the alphafold env.

When to remove the module:

module rm alphafold

It will deactivate the alphafold env, and unload the anaconda module too.