====== ACE ======
ACE corrects substitution errors in an Illumina archive using a k-mer trie.
===== Information =====
* Version: 1.01
* Added: February, 2019
* Max read length: 251 (default at compile time)
* Link: https://github.com/sheikhizadeh/ACE/
===== Usage =====
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
===== Installation ======
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