Revision 88e3a0bbee4e0e9304862a278a3cfc1ef6a2f830 authored by Hannes Hauswedell on 16 February 2016, 12:05:55 UTC, committed by Hannes Hauswedell on 16 February 2016, 12:05:55 UTC
merge develop into master [begin of 2.1.x cycle]
2 parent s ff0da13 + 969602d
Raw File
README.rst
.. image:: https://readthedocs.org/projects/seqan/badge/?version=develop
   :target: https://seqan.readthedocs.org/en/develop?badge=develop
   :alt: Documentation Status

SeqAn - The Library for Sequence Analysis
=========================================

What Is SeqAn?
--------------

SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data.
Our library applies a unique generic design that guarantees high performance, generality, extensibility, and integration with other libraries.
SeqAn is easy to use and simplifies the development of new software tools with a minimal loss of performance.

License
-------

The SeqAn library itself, the tests and demos are licensed under the very permissing 3-clause BSD License.
The licenses for the applications themselves can be found in the LICENSE files.

Prerequisites
-------------------

Linux, Mac OSX, FreeBSD:
  * GCC ≥ 4.9
  * LLVM / Clang ≥ 3.5
Windows:
  * Visual C++ ≥ 14.0 / Visual Studio ≥ 2015

We test on 32-bit and 64-bit Intel/AMD architectures, although we highly recommend 64-bit platforms.

To build tests, demos, and official SeqAn applications you also need:
  * CMake ≥ 3.0 (http://cmake.org/)

Some of the official applications might have additional requirements or work only on a subset of platforms.

Documentation Resources
-----------------------

* `Getting Started <http://seqan.readthedocs.org/en/master/Tutorial/GettingStarted.html>`_
* `Manual <http://seqan.readthedocs.org/en/master>`_
* `Tutorial <http://seqan.readthedocs.org/en/master/Tutorial.html>`_
* `How-Tos <http://seqan.readthedocs.org/en/master/HowTo.html>`_
* `API Documentation (stable) <http://docs.seqan.de/seqan/master/>`_


Contact
=======

* `Mailing List <https://lists.fu-berlin.de/listinfo/seqan-dev#subscribe>`_
* `GitHub Project (issues, source code) <https://github.com/seqan/seqan>`_
back to top