All Projects → seqan → Seqan

seqan / Seqan

Licence: other
SeqAn's official repository.

Programming Languages

cpp14
131 projects

Projects that are alternatives of or similar to Seqan

Nnpack
Acceleration package for neural networks on multi-core CPUs
Stars: ✭ 1,538 (+298.45%)
Mutual labels:  simd, high-performance
linear-vs-binary-search
Comparing linear and binary searches
Stars: ✭ 28 (-92.75%)
Mutual labels:  high-performance, simd
Lambda
LAMBDA – the Local Aligner for Massive Biological DatA
Stars: ✭ 59 (-84.72%)
Mutual labels:  alignment, high-performance
frp
FRP: Fast Random Projections
Stars: ✭ 40 (-89.64%)
Mutual labels:  indexing, simd
Hh Suite
Remote protein homology detection suite.
Stars: ✭ 230 (-40.41%)
Mutual labels:  alignment, simd
block-aligner
SIMD-accelerated library for computing global and X-drop affine gap penalty sequence-to-sequence or sequence-to-profile alignments using an adaptive block-based algorithm.
Stars: ✭ 58 (-84.97%)
Mutual labels:  simd, alignment
Xapiand
Xapiand: A RESTful Search Engine
Stars: ✭ 347 (-10.1%)
Mutual labels:  indexing
Pgagroal
High-performance connection pool for PostgreSQL
Stars: ✭ 362 (-6.22%)
Mutual labels:  high-performance
Js Worker Search
JavaScript client-side search API with web-worker support
Stars: ✭ 345 (-10.62%)
Mutual labels:  indexing
Spotweb
Decentralized community
Stars: ✭ 341 (-11.66%)
Mutual labels:  indexing
Sharedhashfile
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
Stars: ✭ 380 (-1.55%)
Mutual labels:  high-performance
Atomic queue
C++ lockless queue.
Stars: ✭ 373 (-3.37%)
Mutual labels:  high-performance
Aero
🚄 High-performance web server for Go.
Stars: ✭ 354 (-8.29%)
Mutual labels:  high-performance
Robust point cloud registration
Robust Point Cloud Registration Using Iterative Probabilistic Data Associations ("Robust ICP")
Stars: ✭ 350 (-9.33%)
Mutual labels:  alignment
Rtm
Realtime Math
Stars: ✭ 373 (-3.37%)
Mutual labels:  simd
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (-10.62%)
Mutual labels:  high-performance
Linstor Server
High Performance Software-Defined Block Storage for container, cloud and virtualisation. Fully integrated with Docker, Kubernetes, Openstack, Proxmox etc.
Stars: ✭ 374 (-3.11%)
Mutual labels:  high-performance
Mango
mango fun framework
Stars: ✭ 343 (-11.14%)
Mutual labels:  simd
Gramework
Fast and Reliable Golang Web Framework
Stars: ✭ 354 (-8.29%)
Mutual labels:  high-performance
Elasticsearch
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
Stars: ✭ 375 (-2.85%)
Mutual labels:  indexing

.. image:: https://readthedocs.io/projects/seqan/badge/?version=develop :target: https://seqan.readthedocs.io/en/develop?badge=develop :alt: Documentation Status

+----------------------------------------------------------------------------------------------------+ | ATTENTION: SeqAn3 is out and hosted in a different repository: https://github.com/seqan/seqan3 | +----------------------------------------------------------------------------------------------------+ | All new applications should be based on SeqAn3 and all existing applications that receive updates | | should be ported. | +----------------------------------------------------------------------------------------------------+

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, MacOS, FreeBSD:

  • GCC ≥ 5 [limited GCC-4.9 support on Linux]
  • Clang/LLVM ≥ 3.6 [limited Clang-3.5 support on Linux]
  • Intel Compiler ≥ 17.0.0 on Linux Windows:
  • Visual C++ ≥ 14.0 / Visual Studio ≥ 2015
  • Intel Compiler ≥ 17.0.0 / Visual Studio ≥ 2015u2
  • Clang/C2 ≥ 3.8.0 / Visual Studio ≥ 2015u3 [experimental, requires CMake ≥ 3.6]

Architecture support:

  • Intel/AMD platforms, including optimisations for modern instruction sets (POPCNT, SSE4, AVX2, AVX512)
  • All Debian release architectures supported, including most ARM and all PowerPC platforms.

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

  • Getting Started <http://seqan.readthedocs.io/en/master/Tutorial/GettingStarted>_
  • Manual <http://seqan.readthedocs.io/en/master>_
  • Tutorial <http://seqan.readthedocs.io/en/master/index.html#tutorials>_
  • How-Tos <http://seqan.readthedocs.io/en/master/Tutorial/HowTo>_
  • 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>_
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].