Skip to content

Correctly demand non-matches in gap-affine chainings #148

Description

@sebschmi

Chaining from-to:

  • Chain START-END direct: don't demand non-matches
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain START-ANCHOR direct: don't demand non-matches
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain ANCHOR-END direct: don't demand non-matches
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain START-END indirect: demand non-matches if both gaps are at least k
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain START-END indirect: don't demand non-matches if one gap is less than k
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain START-ANCHOR indirect: demand non-matches
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain ANCHOR-END indirect: demand non-matches
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain ANCHOR-ANCHOR direct gap-affine primary: forbidden (only k-1 overlap is allowed with zero cost)
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain ANCHOR-ANCHOR indirect gap-affine primary: demand non-matches
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain ANCHOR-ANCHOR direct gap-affine secondary: forbidden (only k-1 overlap is allowed with zero cost)
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit
  • Chain ANCHOR-ANCHOR indirect gap-affine secondary: demand non-matches
    • Test in lower bounds
    • Test in exact align
    • Test in exact align_until_cost_limit
    • Fix in lower bounds
    • Fix in exact align
    • Fix in exact align_until_cost_limit

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions