Coder Social home page Coder Social logo

seqan / lambda Goto Github PK

View Code? Open in Web Editor NEW
74.0 74.0 19.0 2.31 MB

LAMBDA – the Local Aligner for Massive Biological DatA

Home Page: https://github.com/seqan/lambda

License: Other

CMake 12.59% C++ 87.41%
alignment bioinformatics blast blast-searches high-performance metagenomics ncbi-taxonomy protein-sequences seqan

lambda's Introduction

SeqAn - The Library for Sequence Analysis

build status license latest release platforms start twitter

NOTE
SeqAn3 is out and hosted in a different repository
We recommend using SeqAn3 for new applications.

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 permissive 3-clause BSD License. The licenses for the applications themselves can be found in the LICENSE files.

Prerequisites

Older compiler versions might work but are neither supported nor tested.

Linux, macOS, FreeBSD

  • GCC ≥ 11
  • Clang/LLVM ≥ 15
  • Intel oneAPI C++ Compiler 2024.0.2 (IntelLLVM)

Windows

  • Visual C++ ≥ 17.0 / Visual Studio ≥ 2022

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.

Build system

  • To build tests, demos, and official SeqAn applications you also need CMake ≥ 3.12.

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

Documentation Resources

Contact

lambda's People

Contributors

bfowle avatar cpockrandt avatar eseiler avatar h-2 avatar mr-c avatar sarahet avatar satta avatar sgssgene avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lambda's Issues

update documentation

  • update README.md and -> README.rst
  • CHANGELOG.md -> CHANGELOG.rst -> wiki
  • LICENSE -> LICENSE.rst
  • update documentation in old lambda branch to point here
  • add wiki-pages
  • add homepage
  • make files, manual and homepage link to the wiki

reduce compile time and binary size

  • use dynamic score matrix
  • strip binaries on gcc
  • scoring optimizations for linear gap costs hidden behind extra macro and deactivated by default
  • removed SimpleScore for aminoacid searches

Develop new format for database index

  • for uniprot_sprot.fasta create uniprot_sprot.fasta.lambda directory
  • all currently created files will be moved to this directory
  • possibly create an options file or individual files indicating certain parameter choices when creating index

use mmapped IO in other places

  • Evaluate the benefits of using mmapped IO for other sequences and even SA
  • possibly develope automatic chosing of different sequence types depending on available RAM
  • also relates to #7

Use mmaped IO for entire database

* make ot optional and off by default for now, because it breaks compatibility to old indeces

  • entire database read through mmapped IO, f4ef9ad
  • make default and build flag to turn this off, 3b7a6fa
  • benchmark influence on performance

error in help-page

Achja, noch ein Hinweis: Der help-String von Lambda im Feature-Branch
ist nicht ganz konsistent: du beschreibst die Parameter für den
Fast-Mode mit "-ar 0 -sl 7 -sd 0", es müsste bei der aktuellen
Programmversion aber "-ar murphy10" sein.

add static libgcc on mac

although static builds are not possible, it seems to be possible to add -static-libgcc -static-libstdc++ which already improves the portability of the binaries.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.