From 9ae41bf72d4f536d73a76dfd13e375bca7d4f48e Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Fri, 29 Mar 2019 14:04:15 +0100 Subject: [PATCH] update hisat2 file to new format --- apps/{Hisat2 => hisat2}/install_2.0.0.sh | 0 modulefiles/{Hisat2 => hisat2}/2.0.0.lua | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename apps/{Hisat2 => hisat2}/install_2.0.0.sh (100%) rename modulefiles/{Hisat2 => hisat2}/2.0.0.lua (95%) 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 155683a..a649684 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")) -- GitLab