mfolnovic / bioinf-project-2016-sacak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bioinf-project-2016-sacak

Description

Project work for the course Bioinformatics, UNIZG. See course description at http://www.fer.unizg.hr/en/course/bio.

The aim of this project is to implement a linear suffix array construction algorithm, more specifically, the SACA-K algorithm, and to compare it against the implementation found in (Nong, 2013).

Installation

git clone <link to this repo>

make

Usage

./saca-k input_file output_file

About

License:MIT License


Languages

Language:C++ 97.4%Language:Makefile 1.9%Language:Shell 0.7%