Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modulefiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbb
modulefiles
Commits
673508ab
Commit
673508ab
authored
5 years ago
by
root
Browse files
Options
Downloads
Patches
Plain Diff
adding last vcftools and associated dir
parent
d370b699
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
envfiles/vcftools/0.1.15
+0
-0
0 additions, 0 deletions
envfiles/vcftools/0.1.15
envfiles/vcftools/0.1.17
+24
-0
24 additions, 0 deletions
envfiles/vcftools/0.1.17
with
24 additions
and
0 deletions
envfiles/vcftools
-
0.1.15
→
envfiles/vcftools
/
0.1.15
+
0
−
0
View file @
673508ab
File moved
This diff is collapsed.
Click to expand it.
envfiles/vcftools/0.1.17
0 → 100644
+
24
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment