Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
modulefiles
Commits
673508ab
Commit
673508ab
authored
Feb 24, 2020
by
root
Browse files
adding last vcftools and associated dir
parent
d370b699
Changes
2
Hide whitespace changes
Inline
Side-by-side
envfiles/vcftools
-
0.1.15
→
envfiles/vcftools
/
0.1.15
View file @
673508ab
File moved
envfiles/vcftools/0.1.17
0 → 100644
View file @
673508ab
#%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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment