Skip to content
Snippets Groups Projects
Commit 94da5965 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

more modules

parent 93156364
No related branches found
No related tags found
No related merge requests found
#%Module1.0#####################################################################
##
## IMP-co-anaconda2 modulefile
##
proc ModulesHelp { } {
global dotversion
puts stderr "\tAdds `/ISB2017/IMP-co-anaconda2/bin' to your PATH environment variable"
}
module-whatis "adds `/ISB2017/IMP-co-anaconda2/bin' to your PATH environment variable"
prepend-path PATH /ISB2017/IMP-co-anaconda2/bin
conflict anaconda3
conflict anaconda2
#%Module1.0#####################################################################
##
## anaconda2 modulefile
##
proc ModulesHelp { } {
global dotversion
puts stderr "\tAdds `/ISB2017/anaconda2/bin' to your PATH environment variable"
}
module-whatis "adds `/ISB2017/anaconda2/bin' to your PATH environment variable"
prepend-path PATH /ISB2017/anaconda2/bin
conflict anaconda3
conflict IMP-co-anaconda2
#%Module1.0#####################################################################
##
## anaconda3 modulefile
##
proc ModulesHelp { } {
global dotversion
puts stderr "\tAdds `/ISB2017/anaconda3/bin' to your PATH environment variable"
}
module-whatis "adds `/ISB2017/anaconda3/bin' to your PATH environment variable"
prepend-path PATH /ISB2017/anaconda3/bin
conflict anaconda2
conflict IMP-co-anaconda2
#%Module1.0#####################################################################
##
## chimera-1.11.2-linux_x86_64 modulefile
##
## modulefiles/chimera-1.11.2-linux_x86_64. Based from the dot module
## Tru 2009/10/14
##
proc ModulesHelp { } {
global dotversion
puts stderr "\tAdds `/ISB2017/chimera-1.11.2-linux_x86_64/bin' to your PATH environment variable"
puts stderr "\n\tThis makes it easy to add the /ISB2017/chimera-1.11.2-linux_x86_64/bin directory"
puts stderr "\tto your PATH environment variable. This allows you to"
puts stderr "\trun executables from the /ISB2017/chimera-1.11.2-linux_x86_64/bin."
}
module-whatis "adds `/ISB2017/chimera-1.11.2-linux_x86_64/bin' to your PATH environment variable"
prepend-path PATH /ISB2017/chimera-1.11.2-linux_x86_64/bin
#%Module1.0#####################################################################
##
## grace-5.1.25 modulefile
##
## modulefiles/grace-5.1.25. Based from the dot module
## Tru 2009/10/14
##
proc ModulesHelp { } {
global dotversion
puts stderr "\tAdds `/ISB2017/grace-5.1.25/bin' to your PATH environment variable"
puts stderr "\tAdds `/ISB2017/grace-5.1.25/share/man' to your MANPATH environment variable"
puts stderr "\n\tThis makes it easy to add the /ISB2017/grace-5.1.25/bin directory"
puts stderr "\tto your PATH environment variable. This allows you to"
puts stderr "\trun executables from the /ISB2017/grace-5.1.25/bin."
}
module-whatis "adds `/ISB2017/grace-5.1.25/bin' to your PATH environment variable"
prepend-path PATH /ISB2017/grace-5.1.25/bin
prepend-path MANPATH /ISB2017/grace-5.1.25/share/man
prepend-path -d " " CFLAGS "-I/ISB2017/grace-5.1.25/include"
prepend-path -d " " CPPFLAGS "-I/ISB2017/grace-5.1.25/include"
prepend-path -d " " CXXFLAGS "-I/ISB2017/grace-5.1.25/include"
prepend-path -d " " LDFLAGS "-L/ISB2017/grace-5.1.25/lib"
prepend-path LD_RUN_PATH /ISB2017/grace-5.1.25/lib
prepend-path LD_LIBRARY_PATH /ISB2017/grace-5.1.25/lib
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment