Skip to content
New issue

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

[API] The alignment configuration for the band changed to seqan3::align_cfg::band_fixed_size #1873

Merged
merged 5 commits into from
Jun 11, 2020

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    8f28cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db7f057 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29887f8 View commit details
    Browse the repository at this point in the history
  4. [API] The alignment configuration for the band changed to seqan3::ali…

    …gn_cfg::band_fixed_size
    
    * Rename the existing band to align_cfg::band_fixed_size
    * Introducing strong types for setting lower and upper diagonal
    * Direct access of the members via the config.
    * Adjust the tutorial and all snippets
    * Adjust the API documentation
    * Remove all references to the old static_band mechanism
    * Fix all dependent classes and tests
    rrahn committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    24fcd61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f63e2b9 View commit details
    Browse the repository at this point in the history