Fix cluster modules

This commit is contained in:
2020-03-18 09:21:32 +01:00
parent 3abb253457
commit ca6b02e14b
5 changed files with 18 additions and 17 deletions

View File

@@ -19,6 +19,7 @@ setenv("MYNOBACKUP", nobackup)
setenv("USERAPPL", userappl)
prepend_path("PYTHONPATH", pythonp)
prepend_path("PYTHONPATH", ".")
prepend_path("PATH", binp)
prepend_path("PATH", libp)
prepend_path("LD_LIBRARY_PATH", libp)
execute {cmd='`snakemake --bash-completion`', modeA={"load"}}