• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

apps/H03-May-2022-1,483,6081,436,660

demos/H03-May-2022-35,52626,884

dox/H03-May-2022-953784

include/seqan/H02-Feb-2018-334,350183,455

manual/H03-May-2022-20,27513,980

tests/H03-May-2022-208,350160,552

util/H02-Feb-2018-57,91549,421

.gitattributesH A D02-Feb-20181 KiB5249

.gitignoreH A D02-Feb-201887 109

.travis.ymlH A D02-Feb-20183.5 KiB8778

CHANGELOG.rstH A D02-Feb-201824 KiB704540

CONTRIBUTING.rstH A D02-Feb-20181.3 KiB2615

LICENSEH A D02-Feb-20181.5 KiB2723

README.rstH A D02-Feb-20182.3 KiB5641

README.rst

1.. image:: https://readthedocs.io/projects/seqan/badge/?version=develop
2   :target: https://seqan.readthedocs.io/en/develop?badge=develop
3   :alt: Documentation Status
4
5SeqAn - The Library for Sequence Analysis
6=========================================
7
8What Is SeqAn?
9--------------
10
11SeqAn is an open source C++ library of efficient algorithms and data structures for the analysis of sequences with the focus on biological data.
12Our library applies a unique generic design that guarantees high performance, generality, extensibility, and integration with other libraries.
13SeqAn is easy to use and simplifies the development of new software tools with a minimal loss of performance.
14
15License
16-------
17
18The SeqAn library itself, the tests and demos are licensed under the very permissing 3-clause BSD License.
19The licenses for the applications themselves can be found in the LICENSE files.
20
21Prerequisites
22-------------------
23
24Linux, MacOS, FreeBSD:
25  * GCC ≥ 5 [limited GCC-4.9 support on Linux]
26  * Clang/LLVM ≥ 3.6 [limited Clang-3.5 support on Linux]
27  * Intel Compiler ≥ 17.0.0 on Linux
28Windows:
29  * Visual C++ ≥ 14.0 / Visual Studio ≥ 2015
30  * Intel Compiler ≥ 17.0.0 / Visual Studio ≥ 2015u2
31  * Clang/C2 ≥ 3.8.0 / Visual Studio ≥ 2015u3 [experimental, requires CMake ≥ 3.6]
32
33Architecture support:
34  * Intel/AMD platforms, including optimisations for modern instruction sets (``POPCNT``, ``SSE4``, ``AVX2``, ``AVX512``)
35  * All Debian release architectures supported, including most ARM and all PowerPC platforms.
36
37To build tests, demos, and official SeqAn applications you also need:
38  * CMake ≥ 3.0 [CMake ≥ 3.4 recommended]
39
40Some of the official applications might have additional requirements or work only on a subset of platforms.
41
42Documentation Resources
43-----------------------
44
45* `Getting Started <http://seqan.readthedocs.io/en/master/Tutorial/GettingStarted>`_
46* `Manual <http://seqan.readthedocs.io/en/master>`_
47* `Tutorial <http://seqan.readthedocs.io/en/master/index.html#tutorials>`_
48* `How-Tos <http://seqan.readthedocs.io/en/master/Tutorial/HowTo>`_
49* `API Documentation (stable) <http://docs.seqan.de/seqan/master/>`_
50
51Contact
52=======
53
54* `Mailing List <https://lists.fu-berlin.de/listinfo/seqan-dev#subscribe>`_
55* `GitHub Project (issues, source code) <https://github.com/seqan/seqan>`_
56