Funatiq / seqan

SeqAn's official repository.

Home Page:https://www.seqan.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 [GCC ≥ 5 recommended]
  • Clang/LLVM ≥ 3.5
  • Intel Compiler ≥ 16.0.2
Windows:
  • Visual C++ ≥ 14.0 / Visual Studio ≥ 2015
  • Intel Compiler ≥ 16.0.3 / Visual Studio ≥ 2015u2
  • Clang/C2 ≥ 3.8.0 / Visual Studio ≥ 2015u3 [experimental, requires CMake ≥ 3.6]
Architecture support:
  • 32bit and 64bit Intel/AMD officially supported
  • 64bit is highly recommended and some parts of SeqAn are optimized for POPCNT, SSE4 and/or AVX2 instruction sets available on newer CPUs
  • many other architectures, including ARM, PowerPC and Sparc64 work, but receive less testing and optimizations
To build tests, demos, and official SeqAn applications you also need:
  • CMake ≥ 3.0 [CMake ≥ 3.4 recommended]

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

Documentation Resources

Contact

About

SeqAn's official repository.

https://www.seqan.de

License:Other


Languages

Language:C++ 63.2%Language:POV-Ray SDL 23.0%Language:Python 3.4%Language:HTML 2.8%Language:JavaScript 2.3%Language:CSS 1.7%Language:CMake 1.2%Language:Objective-C 1.0%Language:C 0.6%Language:Roff 0.5%Language:Shell 0.2%Language:Batchfile 0.0%Language:R 0.0%Language:TeX 0.0%Language:Makefile 0.0%Language:Awk 0.0%Language:Tcl 0.0%Language:PHP 0.0%Language:GLSL 0.0%