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
seqan3::alignment_coordinate
Discussed in #268 (comment)
The seqan3::alignment_result provides single functions for begin and end positions, so a public coordinate is not needed anymore.
seqan3::alignment_result
SEQAN3_DEPRECATED_310
[DEPREACTED]
\deprecated
Note: Do not delete the tests yet. This can be done if the entity is removed. Instead, wrap the (respective) tests and all other possible usage in
#pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated-declarations" #pragma GCC diagnostic pop
The text was updated successfully, but these errors were encountered:
Currently I am stuck with fixing alignment_fixture in test/unit/alignment/pairwise/fixture/alignment_fixture.hpp It uses seqan3::alignment_coordinate and I don't know what I should replace it with.
Sorry, something went wrong.
I took over and finished this :)
marehr
SGSSGene
Successfully merging a pull request may close this issue.
Description
Discussed in #268 (comment)
The
seqan3::alignment_result
provides single functions for begin and end positions, so a public coordinate is not needed anymore.Tasks
SEQAN3_DEPRECATED_310
macro to theseqan3::alignment_coordinate
class[DEPREACTED]
in front of the brief message ofseqan3::alignment_coordinate
\deprecated
doxygen tag to the class briefNote: Do not delete the tests yet. This can be done if the entity is removed. Instead, wrap the (respective) tests and all other possible usage in
The text was updated successfully, but these errors were encountered: