Lighter is a kmer-based error correction method for whole genome sequencing data.
See versions of lighter which are available:
$ module avail lighter
Load one version into your environment and run it:
$ module load lighter/1.1.2 $ lighter
Notes from the sysadmin during installation:
$ cd /tmp $ git clone https://github.com/mourisl/Lighter.git $ cd Lighter $ git checkout v1.1.2 $ make $ sudo mkdir -p /export/apps/lighter/1.1.2/bin $ sudo cp lighter /export/apps/lighter/1.1.2/bin $ sudo cp LICENSE README.md /export/apps/lighter/1.1.2