Skip to content

Commit 166f6b2

Browse files
committed
[doc] prep for release
1 parent 40316bf commit 166f6b2

File tree

3 files changed

+30
-45
lines changed

3 files changed

+30
-45
lines changed

INFO

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Name: lambda
2-
Author: Hannes Hauswedell <[email protected]>
3-
Maintainer: Hannes Hauswedell <[email protected]>
2+
Author: Hannes Hauswedell <[email protected]>
3+
Maintainer: Hannes Hauswedell <[email protected]>
44
License: AGPL v3
5-
Copyright: 2013-2020, Hannes Hauswedell; 2016-2020 Knut Reinert, FU-Berlin
5+
Copyright: 2013-2023, Hannes Hauswedell; 2016-2023 Knut Reinert, FU-Berlin
66
Status: under development
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 separated 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
7+
Description: Lambda is a biological sequence aligner for searches
8+
in protein, nucleotide or bisulfite-treated databases. It is highly
9+
compatible to BLAST (bitscore and e-value statistics, tab separated and
10+
verbose output formats), much faster than BLAST and many other comparable
11+
tools and supports many other input and output formats, including
12+
standards-conforming .sam and .bam and many compression types.

LICENSE.rst

+11-26
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ lambda copyright
22
================
33
::
44

5-
Copyright (c) 2013-2020, Hannes Hauswedell
6-
Copyright (c) 2019-2020, Sara Hetzel
5+
Copyright (c) 2013-2023, Hannes Hauswedell
6+
Copyright (c) 2019-2023, Sara Hetzel
77
All rights reserved.
88

99
Lambda is *free software*: you can redistribute it and/or modify
@@ -33,27 +33,12 @@ submodules
3333
==========
3434

3535
When Lambda is distributed in binary form or when Lambda is distributed
36-
in source form including its submodules the following additional
37-
license terms apply.
38-
Note that these submodules might themselves include further submodules, please see the respective license files.
39-
40-
SeqAn copyright
41-
---------------
42-
::
43-
44-
Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin
45-
46-
SeqAn is published under the terms of the three clause BSD license as can
47-
be found in the file `submodules/seqan/LICENSE <./submodules/seqan/LICENSE>`__
48-
or printed by the parameter ``--copyright``.
49-
50-
SeqAn3 copyright
51-
---------------
52-
::
53-
54-
Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin
55-
Copyright (c) 2016-2020, Knut Reinert & MPI für molekulare Genetik
56-
57-
SeqAn3 is published under the terms of the three clause BSD license as can
58-
be found in the file `submodules/seqan3/LICENSE.md <./submodules/seqan3/LICENSE.md>`__
59-
or printed by the parameter ``--copyright``.
36+
in source form including its submodules, additional license terms apply.
37+
See the respective files in the submodules folder:
38+
39+
* submodules/biocpp-core/LICENSE.md
40+
* submodules/biocpp-io/LICENSE
41+
* submodules/cereal/LICENSE
42+
* submodules/fmindex-collection/TODO
43+
* submodules/seqan/LICENSE
44+
* submodules/sharg-parser/LICENSE.md

README.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Lambda: the Local Aligner for Massive Biological DatA
22
-----------------------------------------------------
33

4-
Lambda is a local aligner optimized for many query sequences and searches in protein space. It...
4+
Lambda is a versatile local aligner that can perform protein, nucleotide and bisulfite searches. It...
55

6-
* is highly compatible to BLAST (bitscore and e-value statistics, tab separated and verbose output formats)
6+
* is highly compatible to BLAST (bit-score and e-value statistics, tab separated and verbose output formats)
77
* is much faster than BLAST and many other comparable tools
8-
* supports many other input and output formats, including standards-conformant ``.sam`` and ``.bam`` and many compression types
8+
* supports many other input and output formats, including standards-conforming ``.sam`` and ``.bam`` and many compression types
99
* has special features for species annotation and taxonomic analysis
1010
* is well-documented and easy to use (e.g. provides progress-bars and memory usage estimates)
1111

@@ -39,32 +39,32 @@ Before you can search, you need to have an index. You can
3939

4040
::
4141

42-
% bin/lambda2 mkindexp -d db.fasta
42+
% bin/lambda3 mkindexp -d db.fasta
4343

4444
*(in case you want to create a nucleotide index, instead use ``mkindexn``)*
4545

4646
After that running Lambda is as simple as
4747

4848
::
4949

50-
% bin/lambda2 searchp -q query.fasta -i db.fasta.lambda
50+
% bin/lambda3 searchp -q query.fasta -i db.fasta.lambda
5151

5252
*(in case you want to perform a nucleotide search, instead use ``searchn``)*
5353

5454
For a list of options, see the help pages:
5555

5656
::
5757

58-
% bin/lambda2 --help
59-
% bin/lambda2 COMMAND --help
58+
% bin/lambda3 --help
59+
% bin/lambda3 COMMAND --help
6060

6161
Advanced options are available via ``--full-help`` or the man pages, and more documentation is available
6262
in the `wiki <https://github.com/seqan/lambda/wiki>`__.
6363

6464
authorship and copyright
6565
------------------------
6666

67-
Lambda is being developed by `Hannes Hauswedell <mailto:[email protected]>`__, but it incorporates a lot of work from other members of the `SeqAn project <http://www.seqan.de>`__.
67+
Lambda is developed by `Hannes Hauswedell <mailto:h2 (æð) fsfe.org>`__ and `Sara Hetzel <mailto:hetzel (æð) molgen.mpg.de>`__ .
6868

6969
+------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
7070
| **Please always cite the publication, also if using Lambda in comparisons and pipelines** |
@@ -92,8 +92,8 @@ feedback & updates
9292
| :width: 76px | |
9393
+-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
9494
| .. image:: https://raw.githubusercontent.com/seqan/lambda/gh-pages/images_readme/appbar.email.png | To stay up to date via e-mail, please subscribe to the |
95-
| :alt: Newsletter | `newsletter <https://lists.fu-berlin.de/listinfo/lambda-users>`__. There is on average less than one e-mail |
96-
| :target: https://lists.fu-berlin.de/listinfo/lambda-users | per month. |
95+
| :alt: Newsletter | `newsletter <https://lists.fu-berlin.de/listinfo/lambda-users>`__. There is very low traffic! |
96+
| :target: https://lists.fu-berlin.de/listinfo/lambda-users | |
9797
| :width: 76px | |
9898
+-------------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------+
9999
| .. image:: https://raw.githubusercontent.com/seqan/lambda/gh-pages/images_readme/appbar.social.twitter.png | You can also follow SeqAn on `twitter <https://twitter.com/SeqAnLib>`__ to receive updates on Lambda. |

0 commit comments

Comments
 (0)