File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Name: lambda
2- Author: Hannes Hauswedell <hannes.hauswedell@molgen.mpg .de>
3- Maintainer: Hannes Hauswedell <hannes.hauswedell@molgen.mpg .de>
2+ Author: Hannes Hauswedell <hannes.hauswedell@fu-berlin .de>
3+ Maintainer: Hannes Hauswedell <hannes.hauswedell@fu-berlin .de>
44License: GPL v3
5- Copyright: 2013-2014, FU Berlin
5+ Copyright: 2013-2017, Hannes Hauswedell; 2016-2017 Knut Reinert, FU- Berlin
66Status: under development
7- Description: NCBI-Blast compatible local aligner that is very fast.
8- LAMBDA: the Local Aligner for Massive Biological DatA is a fast local
9- aligner optimized for NGS data and protein searches, but it also works on
10- DNA-DNA searches. It is faster than most of its competitors while still being
11- rather sensitive.
7+ Description: Lambda is a biological sequence aligner optimized for many
8+ query sequences and searches in protein space. It is highly compatible
9+ to BLAST (bitscore and e-value statistics, tab seperated and verbose
10+ output formats), much faster than BLAST and many other comparable tools
11+ and supports many other input and output formats, including standards-
12+ conformant .sam and .bam and many compression types
Original file line number Diff line number Diff line change 11BSD-License (3-clause)
22======================
33
4- | Copyright (c) 2006- 2016, Knut Reinert, Freie Universität Berlin
4+ | Copyright (c) 2016-2017 , Knut Reinert, Freie Universität Berlin
55 | All rights reserved.
66
77Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lambda copyright
22================
33::
44
5- Copyright (c) 2013-2016 , Hannes Hauswedell
5+ Copyright (c) 2013-2017 , Hannes Hauswedell
66 All rights reserved.
77
88Lambda is *free software *: you can redistribute it and/or modify
@@ -21,7 +21,7 @@ rights and obligations implied.
2121Some of the contributions to Lambda are alternatively or additionally
2222::
2323
24- Copyright (c) 2016, Knut Reinert and Freie Universität Berlin
24+ Copyright (c) 2016-2017 , Knut Reinert and Freie Universität Berlin
2525
2626These are covered by the three clause BSD license as can be found in
2727the file `LICENSE-BSD.rst <./LICENSE-BSD.rst >`__. In cases of doubt
@@ -38,7 +38,7 @@ SeqAn copyright
3838---------------
3939::
4040
41- Copyright (c) 2006-2016 , Knut Reinert and Freie Universität Berlin
41+ Copyright (c) 2006-2017 , Knut Reinert and Freie Universität Berlin
4242
4343SeqAn is published under the terms of the three clause BSD license as can
4444be found in the file `include/seqan/LICENSE <./include/seqan/LICENSE >`__
You can’t perform that action at this time.
0 commit comments