User Tools

Site Tools


pipeline:window:cryolo:integration_into_module_system
This version is outdated by a newer approved version.DiffThis version (2019/09/26 13:26) is a draft.
Approvals: 0/1

This is an old revision of the document!


crYOLO integration into the module system

This page shortly descripes how to integrate crYOLO into you module system. I assume you followed the normal installation instructions. The first you have to do is to find out your environment path with:

conda env list 

In my case it is:

cryolo                  /home/twagner/Applications/miniconda3/envs/cryolo

The next step is to navigate to your module files, create a folder for cryolo. Inside this folder, create file with the curent version number like “1.5”. The content of this file looks like this:

#%Module -*- tcl -*-
##
## dot modulefile
##
proc ModulesHelp { } {

  puts stderr "\tAdds anaconda to your environment variables,"
}

module-whatis "Adds anaconda to your environment variables"


set              root              /home/twagner/Applications/miniconda3/envs/cryolo

setenv CRYOLOPATH $root
prepend-path      PATH              $root/bin
pipeline/window/cryolo/integration_into_module_system.1569497200.txt.gz · Last modified: 2019/09/26 13:26 by twagner