I'd rather not reinvent the wheel if I don't have to. Does anyone have a version of ccp4.setup which has been converted to Tcl for use with environment-modules?
More info: http://modules.sourceforge.net Sample commands: module load ccp4 # setup your environment for latest version module unload ccp4 # resets environment module load ccp4/6.0.2 # setup environment for old version module switch ccp4 ccp4/6.1.1 # switch to a newer version with one command module avail # list modules (i.e. applications) available on your system Matt
