PLINK/SEQ
PLINK/SEQ is an open-source C/C++ library for working with human genetic variation data.
Documentation
Usage
To see what versions of PLINK/SEQ are available type
module avail plinkseq
To see what other modules are needed, what commands are available and how to get additional help type
module help plinkseq
To use PLINK/SEQ, include a command like this in your batch script or interactive session to load the PLINK/SEQ module:
module load plinkseq
Be sure you also load any other modules needed, as listed by the module help plinkseq
command.