From 1ee932756ba185e56019d9867c0e48cb86b52c5a Mon Sep 17 00:00:00 2001 From: Alexander Taepper Date: Wed, 19 Jun 2024 13:02:54 +0200 Subject: [PATCH] fix: trigger release due to refactor commit-5e3041e5 (#494) (#496) that release actually fixed bugs in integration --- include/silo/common/aa_symbols.h | 2 -- include/silo/common/nucleotide_symbols.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/include/silo/common/aa_symbols.h b/include/silo/common/aa_symbols.h index aa10c52d3..1064a9cf9 100644 --- a/include/silo/common/aa_symbols.h +++ b/include/silo/common/aa_symbols.h @@ -45,8 +45,6 @@ class AminoAcid { static constexpr std::string_view SYMBOL_NAME = "Amino Acid"; static constexpr std::string_view SYMBOL_NAME_LOWER_CASE = "amino acid"; - static constexpr std::string_view SYMBOL_NAME_UPPER_CASE = "AMINO ACID"; - static constexpr std::string_view SYMBOL_NAME_SHORT = "AA"; static constexpr std::string_view PREFIX = "aa_"; static constexpr std::array SYMBOLS{ diff --git a/include/silo/common/nucleotide_symbols.h b/include/silo/common/nucleotide_symbols.h index a70c95815..99b20cae1 100644 --- a/include/silo/common/nucleotide_symbols.h +++ b/include/silo/common/nucleotide_symbols.h @@ -37,8 +37,6 @@ class Nucleotide { static constexpr std::string_view SYMBOL_NAME = "Nucleotide"; static constexpr std::string_view SYMBOL_NAME_LOWER_CASE = "nucleotide"; - static constexpr std::string_view SYMBOL_NAME_UPPER_CASE = "NUCLEOTIDE"; - static constexpr std::string_view SYMBOL_NAME_SHORT = "NUC"; static constexpr std::string_view PREFIX = "nuc_"; static constexpr std::array SYMBOLS{