From 673508ab64d286fb0f695fec6f2df4bf5437b8c8 Mon Sep 17 00:00:00 2001 From: root <root@mbbnode-0-33.local> Date: Mon, 24 Feb 2020 17:45:10 +0100 Subject: [PATCH] adding last vcftools and associated dir --- envfiles/{vcftools-0.1.15 => vcftools/0.1.15} | 0 envfiles/vcftools/0.1.17 | 24 +++++++++++++++++++ 2 files changed, 24 insertions(+) rename envfiles/{vcftools-0.1.15 => vcftools/0.1.15} (100%) create mode 100644 envfiles/vcftools/0.1.17 diff --git a/envfiles/vcftools-0.1.15 b/envfiles/vcftools/0.1.15 similarity index 100% rename from envfiles/vcftools-0.1.15 rename to envfiles/vcftools/0.1.15 diff --git a/envfiles/vcftools/0.1.17 b/envfiles/vcftools/0.1.17 new file mode 100644 index 0000000..38ce5fa --- /dev/null +++ b/envfiles/vcftools/0.1.17 @@ -0,0 +1,24 @@ +#%Module###################################################################### +# +# 20200224 vcftools-0.1.17 modulefile +# + +proc ModulesHelp { } { +puts stderr "This modulefile defines the library paths and" +puts stderr "include paths needed to use vcftools-0.1.17" +puts stderr "The program vcftools-0.1.17" +puts stderr "is added to PATH." +} + +set rel [uname release] + +set is_module_rm [module-info mode remove] + +set VCF_LEVEL 0.1.17 +set VCF_CURPATH /share/apps/bin/vcftools/$VCF_LEVEL + +prepend-path PATH $VCF_CURPATH/bin/ +prepend-path MANPATH $VCF_CURPATH/share/man +append-path PERL5LIB $VCF_CURPATH/share/perl/5.26.1 + +append-path PE_PRODUCT_LIST VCFTOOLS.$VCF_LEVEL -- GitLab