Plink 1.07: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
(Created page with "#%Module1.0####################################################################### ## plink 1.07 modulefile ## proc ModulesHelp { } { puts stderr "\tAdds plink v1.07 ...")
 
m (<source> to <pre> to fix code blocks)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[http://pngu.mgh.harvard.edu/~purcell/plink/index.shtml 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/
<pre>
#%Module1.0#######################################################################
#%Module1.0#######################################################################
## plink 1.07 modulefile
## plink 1.07 modulefile
Line 9: 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/WUR/ABGC/plink/1.07
set            plink_v107_root        /cm/shared/apps/SHARED/plink/1.07


prepend-path    PATH            $plink_v107_root
prepend-path    PATH            $plink_v107_root
</pre>
== Installation details ==
Installed from downloaded 64bit binary, see external links.
== See also ==
* [[Globally_installed_software | Globally installed software]]
* [[ABGC_modules | ABGC specific modules]]
== External links ==
* [http://pngu.mgh.harvard.edu/~purcell/plink/download.shtml#download]

Latest revision as of 14:47, 15 June 2023

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/
#%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

Installation details

Installed from downloaded 64bit binary, see external links.

See also

External links