Iorek

All Top-level Files
Login

Files in the top-level directory in any check-in


Important notice

Important. Development of iorek has now moved to github.

Please go there instead!

Iorek

This repository contains a collection of programs for analysing sequence data.

License

Iorek is released under the Boost software license. See the LICENSE.txt file for details.

Iorek makes use of several other libraries that are included in the source repository and released under their own respective licenses. These include:

Please see the respective license files in subdirectories of 3rd_party/ for details.

Compilation

iorek is built using the waf build tool, which is bundled with the code. A basic compilation cycle is:

$ ./waf configure
$ ./waf

Executables will appear in build/apps/.

You can also optionally specify an installation prefix and ask waf to install the result:

$ ./waf configure --prefix=[installation path]
$ ./waf install

Executables will be copied to [installation path]/bin/.

Contributors

Iorek was written by Gavin Band.