Skip to content

Commit 7512a3f

Browse files
authored
Merge pull request #232 from h-2/prerel301
Prerel301
2 parents 0055ca9 + 3f3bbfb commit 7512a3f

23 files changed

+32
-32
lines changed

.github/workflows/ci_macos.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ defaults:
1616
jobs:
1717
build:
1818
name: ${{ matrix.name }}
19-
runs-on: macos-11
19+
runs-on: macos-13
2020
timeout-minutes: 120
2121
strategy:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- name: "gcc13"
26-
cxx: "g++-13"
27-
cc: "gcc-13"
25+
- name: "gcc12"
26+
cxx: "g++-12"
27+
cc: "gcc-12"
2828
build_type: Release
2929

3030
- name: "gcc11"

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# change this after every release
1414
set (SEQAN_APP_VERSION_MAJOR "3")
15-
set (SEQAN_APP_VERSION_MINOR "0")
15+
set (SEQAN_APP_VERSION_MINOR "1")
1616
set (SEQAN_APP_VERSION_PATCH "0")
1717

1818
# don't change the following

src/bisulfite_scoring.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2019, Sara Hetzel <hetzel @ molgen.mpg.de>
4+
// Copyright (c) 2019-2024, Sara Hetzel <hetzel @ molgen.mpg.de>
55
// Copyright (c) 2016-2019, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/evaluate_bisulfite_alignment.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2019, Sara Hetzel and MPI für Molekulare Genetik
4+
// Copyright (c) 2019-2024, Sara Hetzel and MPI für Molekulare Genetik
55
// All rights reserved.
66
//
77
// This file is part of Lambda.

src/lambda.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/mkindex.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/mkindex.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/mkindex_algo.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/mkindex_misc.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/mkindex_options.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/search.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//
@@ -208,7 +208,7 @@ void argConv0(LambdaOptions & options)
208208

209209
// query file
210210
if (options.qryOrigAlphabet ==
211-
AlphabetEnum::DNA4) // means "auto", as dna4 not valid as argument to --query-alphabet
211+
AlphabetEnum::DNA4) // means "auto", as dna4 not valid as argument to --input-alphabet
212212
{
213213
myPrint(options, 1, "Detecting query alphabet... ");
214214
options.qryOrigAlphabet = detectSeqFileAlphabet(options.queryFile);

src/search.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/search_algo.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2019, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2019, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/search_datastructures.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/search_misc.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/search_options.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/search_output.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/shared_definitions.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/shared_misc.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//
@@ -94,8 +94,8 @@ inline AlphabetEnum detectSeqFileAlphabet(std::string const & path)
9494
else if (all_valid<bio::alphabet::dna15>(seq))
9595
{
9696
std::cerr << "\nWARNING: You query file was detected as non-standard DNA, but it could be AminoAcid, too.\n"
97-
"To explicitly read as AminoAcid, add '--query-alphabet aminoacid'.\n"
98-
"To ignore and disable this warning, add '--query-alphabet dna5'.\n";
97+
"To explicitly read as AminoAcid, add '--input-alphabet aminoacid'.\n"
98+
"To ignore and disable this warning, add '--input-alphabet dna5'.\n";
9999
return AlphabetEnum::DNA5;
100100
}
101101
else if (all_valid<bio::alphabet::aa27>(seq))

src/shared_options.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2013-2020, Hannes Hauswedell <h2 @ fsfe.org>
4+
// Copyright (c) 2013-2024, Hannes Hauswedell <h2 @ fsfe.org>
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//
@@ -96,12 +96,12 @@ inline void sharedSetup(sharg::parser & parser)
9696
// Set short description, version, and date
9797
parser.info.version = SEQAN_APP_VERSION;
9898
parser.info.date = __DATE__;
99-
parser.info.citation = "Hauswedell et al (2014); doi: 10.1093/bioinformatics/btu439";
99+
parser.info.citation = "Hauswedell & Hetzal et al (2024); doi: 10.1093/bioinformatics/btae097";
100100
parser.info.short_copyright =
101-
"2013-2020 Hannes Hauswedell, released under the GNU AGPL v3 (or later); "
101+
"2013-2024 Hannes Hauswedell & Sara Hetzel, released under the GNU AGPL v3 (or later); "
102102
"2016-2020 Knut Reinert and Freie Universität Berlin, released under the 3-clause-BSDL";
103103
parser.info.long_copyright =
104-
" Copyright (c) 2013-2020, Hannes Hauswedell\n"
104+
" Copyright (c) 2013-2024, Hannes Hauswedell & Sara Hetzel\n"
105105
" All rights reserved.\n"
106106
"\n"
107107
" This program is free software: you can redistribute it and/or modify\n"

src/view_dna_n_to_random.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2019, Sara Hetzel and MPI für Molekulare Genetik
4+
// Copyright (c) 2019-2024, Sara Hetzel and MPI für Molekulare Genetik
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/view_duplicate.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2019, Sara Hetzel and MPI für Molekulare Genetik
4+
// Copyright (c) 2019-2024, Sara Hetzel and MPI für Molekulare Genetik
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

src/view_reduce_to_bisulfite.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==========================================================================
22
// lambda
33
// ==========================================================================
4-
// Copyright (c) 2019, Sara Hetzel and MPI für Molekulare Genetik
4+
// Copyright (c) 2019-2024, Sara Hetzel and MPI für Molekulare Genetik
55
// Copyright (c) 2016-2020, Knut Reinert and Freie Universität Berlin
66
// All rights reserved.
77
//

0 commit comments

Comments
 (0)