diff --git a/apps/Hisat2/install_2.0.0.sh b/apps/hisat2/install_2.0.0.sh similarity index 100% rename from apps/Hisat2/install_2.0.0.sh rename to apps/hisat2/install_2.0.0.sh diff --git a/modulefiles/Hisat2/2.0.0.lua b/modulefiles/hisat2/2.0.0.lua similarity index 95% rename from modulefiles/Hisat2/2.0.0.lua rename to modulefiles/hisat2/2.0.0.lua index 155683ac5cc4443f6f45b15b1431bbe6ff27d71a..a6496847f7925002d6727c0b50b7f9222957de87 100644 --- a/modulefiles/Hisat2/2.0.0.lua +++ b/modulefiles/hisat2/2.0.0.lua @@ -34,7 +34,7 @@ The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. --]=====] -local root = "~/privatemodules_dev/apps/Hisat2" -conflict("Hsat2") +local root = "/Xnfs/lbmcdb/common/modules/apps/hisat2/2.0.0" +conflict("hisat2") prepend_path{"PATH", pathJoin(root, "bin")} setenv("HSAT2_PATH", pathJoin(root, "bin"))