Plink 1.07: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
== Module file == | == Module file == | ||
The module file can be found in this location: | The module file can be found in this location: | ||
/cm/shared/ | /cm/shared/modulefiles/SHARED/ | ||
<source lang='tcl'> | <source lang='tcl'> | ||
Line 16: | Line 16: | ||
module-whatis "Adds plink v1.07 to your environment" | module-whatis "Adds plink v1.07 to your environment" | ||
set plink_v107_root /cm/shared/apps/ | set plink_v107_root /cm/shared/apps/SHARED/plink/1.07 | ||
prepend-path PATH $plink_v107_root | prepend-path PATH $plink_v107_root | ||
</source> | </source> | ||
== Installation details == | == Installation details == | ||
Installed from downloaded 64bit binary, see external links. | Installed from downloaded 64bit binary, see external links. |
Revision as of 10:02, 15 March 2014
PLINK is a free, open-source whole genome association analysis toolset, designed to perform a range of basic, large-scale analyses in a computationally efficient manner.
Module file
The module file can be found in this location:
/cm/shared/modulefiles/SHARED/
<source lang='tcl'>
- %Module1.0#######################################################################
- plink 1.07 modulefile
proc ModulesHelp { } {
puts stderr "\tAdds plink v1.07 to your environment"
}
module-whatis "Adds plink v1.07 to your environment"
set plink_v107_root /cm/shared/apps/SHARED/plink/1.07
prepend-path PATH $plink_v107_root
</source>
Installation details
Installed from downloaded 64bit binary, see external links.