lkuchenb / imseq

IMSEQ - IMmunogenetic SEQuence Analysis
http://www.imtools.org
GNU General Public License v2.0
15 stars 7 forks source link

IMSEQ - An immunogenetic sequence analysis tool

Build Status GitHub release

This is the source code repository for IMSEQ. For information about IMSEQ and release downloads visit www.imtools.org!

Building IMSEQ

These instructions apply if you want to build IMSEQ from the git repository.

Requirements

Instructions

Clone the repository

$ git clone https://github.com/lkuchenb/imseq.git
$ cd imseq

Configure a build directory

$ mkdir build
$ cd build
$ cmake ..

Build IMSEQ

$ make imseq

Troubleshooting