ACE corrects substitution errors in an Illumina archive using a k-mer trie.
See versions of ace which are available:
$ module avail ace
Load one version into your environment and run it:
$ module load ace/1.01 $ ace
Notes from the sysadmin during installation:
$ cd /tmp $ git clone https://github.com/Sheikhizadeh/ACE.git $ cd ACE $ git checkout v1.01 $ make $ sudo mkdir -p /export/apps/ace/1.01/bin $ sudo cp ace /export/apps/ace/1.01/bin $ sudo cp LICENSE README.md /export/apps/ace/1.01