Skip to content

BUG: -p (palindromic matches) and -e (edit distance) features have strange relationship.  #5

@alexlenail

Description

@alexlenail

It seems the -p (palindromic matches) and -e (edit distance) features are incompatible.

$ vmatch -l 15 -d index     ## length 15, direct matches
--> 5 matches
$ vmatch -l 15 -d -e 5 index    ## length 15, matches up to edit distance of 5
--> 661435 matches

$ vmatch -l 15 -p index     ## length 15, palindromic (i.e. reverse complement) matches
--> 3 matches
$ vmatch -l 15 -p -e 5 index    ## length 15, palindromic matches up to edit distance of 5
--> 0 matches

Am I making a mistake with the syntax?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions