You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
Copy file name to clipboardExpand all lines: include/seqan3/argument_parser/exceptions.hpp
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@
13
13
14
14
#include<seqan3/core/platform.hpp>
15
15
16
+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
17
+
16
18
namespaceseqan3
17
19
{
18
20
/*!\brief Argument parser exception that is thrown whenever there is an error
Copy file name to clipboardExpand all lines: include/seqan3/argument_parser/validators.hpp
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@
29
29
#include<seqan3/utility/type_traits/basic.hpp>
30
30
#include<seqan3/utility/views/join_with.hpp>
31
31
32
+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
Copy file name to clipboardExpand all lines: include/seqan3/search/dream_index/interleaved_bloom_filter.hpp
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@
16
16
#include<seqan3/core/concept/cereal.hpp>
17
17
#include<seqan3/core/detail/strong_type.hpp>
18
18
19
+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the hibf-library (url: https://github.com/seqan/hibf) instead.");
20
+
19
21
namespaceseqan3
20
22
{
21
23
//!\brief Determines if the Interleaved Bloom Filter is compressed.
0 commit comments