Skip to content

Commit

Permalink
[MISC] Update seqan3 submodule to 3.1.0 (#55)
Browse files Browse the repository at this point in the history
* [MISC] Update seqan3 submodule to 3.1.0

* [INFRA] update doxygen version from 1.9.1 → 1.9.2

* [INFRA] remove obsolete options from doxygen
  • Loading branch information
SGSSGene authored Nov 19, 2021
1 parent ba8c76a commit 95d1a27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
build_threads: 2
test_threads: 2
cmake: 3.8.2
doxygen: 1.9.1
doxygen: 1.9.2
requires_toolchain: false
requires_ccache: false
skip_build_tests: true
Expand Down
8 changes: 0 additions & 8 deletions doc/doxygen_cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ OUTPUT_DIRECTORY = ${APP_TEMPLATE_DOXYGEN_OUTPUT_DIR}
CREATE_SUBDIRS = NO
ALLOW_UNICODE_NAMES = NO
OUTPUT_LANGUAGE = English
OUTPUT_TEXT_DIRECTION = None
BRIEF_MEMBER_DESC = YES
REPEAT_BRIEF = YES
ABBREVIATE_BRIEF = "The $name class" \
Expand Down Expand Up @@ -195,10 +194,6 @@ REFERENCES_LINK_SOURCE = YES
SOURCE_TOOLTIPS = YES
USE_HTAGS = NO
VERBATIM_HEADERS = YES
CLANG_ASSISTED_PARSING = NO
CLANG_ADD_INC_PATHS = YES
CLANG_OPTIONS =
CLANG_DATABASE_PATH =
#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
Expand Down Expand Up @@ -284,7 +279,6 @@ PDF_HYPERLINKS = YES
USE_PDFLATEX = YES
LATEX_BATCHMODE = NO
LATEX_HIDE_INDICES = NO
LATEX_SOURCE_CODE = NO
LATEX_BIB_STYLE = plain
LATEX_TIMESTAMP = NO
LATEX_EMOJI_DIRECTORY =
Expand All @@ -297,7 +291,6 @@ COMPACT_RTF = NO
RTF_HYPERLINKS = NO
RTF_STYLESHEET_FILE =
RTF_EXTENSIONS_FILE =
RTF_SOURCE_CODE = NO
#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------
Expand All @@ -318,7 +311,6 @@ XML_NS_MEMB_FILE_SCOPE = NO
#---------------------------------------------------------------------------
GENERATE_DOCBOOK = NO
DOCBOOK_OUTPUT = docbook
DOCBOOK_PROGRAMLISTING = NO
#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/seqan3
Submodule seqan3 updated 1298 files
2 changes: 1 addition & 1 deletion test/api/convert_fastq_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <gtest/gtest.h>

#include <seqan3/alphabet/detail/debug_stream_alphabet.hpp>
#include <seqan3/alphabet/nucleotide/dna5.hpp>
#include <seqan3/core/detail/debug_stream_alphabet.hpp>
#include <seqan3/io/sequence_file/input.hpp>
#include <seqan3/test/expect_range_eq.hpp>

Expand Down
5 changes: 2 additions & 3 deletions test/cli/fastq_to_fasta_options_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
#include <string> // strings
#include <vector> // vectors

#include <seqan3/alphabet/detail/debug_stream_alphabet.hpp>
#include <seqan3/alphabet/nucleotide/dna5.hpp>
#include <seqan3/core/detail/debug_stream_alphabet.hpp>
#include <seqan3/core/detail/debug_stream_tuple.hpp>
#include <seqan3/core/detail/debug_stream_type.hpp>
#include <seqan3/core/debug_stream/tuple.hpp>
#include <seqan3/io/sequence_file/input.hpp>

// Include the EXPECT_RANGE_EQ macro for better information if range elements differ.
Expand Down

0 comments on commit 95d1a27

Please sign in to comment.