seqan / product_backlog

This repository is used as product backlog for all SeqAn relevant backlog items. This is intended to organise the work for the team.
2 stars 1 forks source link

move seqan3::views::kmer_hash to seqan3/search/views/ #344

Closed marehr closed 3 years ago

marehr commented 3 years ago

Tasks

From ee8adccb82cdf32a697450413f0708fcaeb0cd73 Mon Sep 17 00:00:00 2001
From: marehr <marehr-github@marehr.dialup.fu-berlin.de>
Date: Sun, 18 Apr 2021 12:47:49 +0200
Subject: [PATCH 22/35] TODO: [MISC] move seqan3::views::kmer_hash to
 seqan3/search/views/

---
 include/seqan3/range/views/kmer_hash.hpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/include/seqan3/range/views/kmer_hash.hpp b/include/seqan3/range/views/kmer_hash.hpp
index 250fb1427..6343232dc 100644
--- a/include/seqan3/range/views/kmer_hash.hpp
+++ b/include/seqan3/range/views/kmer_hash.hpp
@@ -13,9 +13,9 @@
 #pragma once

 #include <seqan3/alphabet/concept.hpp>
-#include <seqan3/utility/math.hpp>
 #include <seqan3/range/hash.hpp>
 #include <seqan3/search/kmer_index/shape.hpp>
+#include <seqan3/utility/math.hpp>

 namespace seqan3::detail
 {
@@ -784,6 +784,9 @@ namespace seqan3::views
  * \include test/snippet/range/views/kmer_hash.cpp
  *
  * \hideinitializer
+ *
+ * \stableapi{Since version 3.1.}
+ * TODO move to seqan3/include/search/views/kmer_hash.hpp
  */
 inline constexpr auto kmer_hash = detail::kmer_hash_fn{};

-- 
2.31.1