Skip to content

Commit

Permalink
Merge pull request #2758 from marehr/smol_doc
Browse files Browse the repository at this point in the history
[DOC] unresolved link to seqan3::align_cfg::gap configuration due to …
  • Loading branch information
eseiler authored Aug 3, 2021
2 parents f502e4c + e66dd55 commit 0e28954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/pairwise_alignment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ positive value and the score for mismatch and gaps must be negative in order to
\snippet doc/tutorial/pairwise_alignment/configurations.cpp gap_cost_affine

To configure the scoring scheme and the gap scheme for the alignment algorithm you need to use the
seqan3::align_cfg::scoring_scheme and the seqan3::align_cfg::gap configurations. The
seqan3::align_cfg::scoring_scheme and the seqan3::align_cfg::gap_cost_affine configurations. The
seqan3::align_cfg::scoring_scheme is mandatory - similarly to the alignment method configuration. It would be
wrong to assume what the default scoring scheme should be. If you do not provide these configurations, the compilation
will fail with a corresponding error message. Not providing the gap scheme is ok. In this case the default initialised
Expand Down

0 comments on commit 0e28954

Please sign in to comment.