We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From 29c2f4894f0d619b792532e3dcb78c0562281d0f Mon Sep 17 00:00:00 2001 From: marehr <[email protected]> Date: Wed, 14 Apr 2021 11:04:21 +0200 Subject: [PATCH 04/12] TODO: [DOC] add article that explains lower/upper case for (un-)masked --- include/seqan3/alphabet/mask/mask.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/seqan3/alphabet/mask/mask.hpp b/include/seqan3/alphabet/mask/mask.hpp index 9001e6237..ef7ffb164 100644 --- a/include/seqan3/alphabet/mask/mask.hpp +++ b/include/seqan3/alphabet/mask/mask.hpp @@ -30,6 +30,7 @@ namespace seqan3 * * \stableapi{Since version 3.1.} */ +// TODO add article which explains lower and upper class mask : public alphabet_base<mask, 2, void> { private: -- 2.31.1
The text was updated successfully, but these errors were encountered:
Irallia
Successfully merging a pull request may close this issue.
Tasks
The text was updated successfully, but these errors were encountered: