Bright-Computing / bic

Bright-Illumina collaboration
GNU General Public License v2.0
4 stars 5 forks source link

ensure $LMOD_DISABLE would work for either of z00_lmod.{c}sh #38

Closed fgeorgatos closed 7 years ago

fgeorgatos commented 8 years ago

this is to replace $USER_IS_ROOT functionality and make it more generic: https://github.com/plabrop/bic/blob/master/Lmod/branches/7.0/z00_lmod.sh#L8

if so, all these may contain something like [[$LMOD_DISABLE]] && return

z00_lmod.csh    //fix issue#30, provide custom z00_lmod a month ago
z00_lmod.sh //fix issue#30, provide custom z00_lmod a month ago
z01-default_modules.csh rename z001 -> z01  2 months ago
z01-default_modules.sh  rename z001 -> z01  2 months ago
fgeorgatos commented 7 years ago

this appears to work as intended now, so closing