User Tools

Site Tools


ace-software

Table of Contents

ACE

ACE corrects substitution errors in an Illumina archive using a k-mer trie.

Information

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
ace-software.txt · Last modified: 2019/02/14 23:32 by aorth