Skip to content
Snippets Groups Projects
Commit 673508ab authored by root's avatar root
Browse files

adding last vcftools and associated dir

parent d370b699
No related branches found
No related tags found
No related merge requests found
File moved
#%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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment