Skip to content

Maybe a typo in the source code, abs(left.startGP.position) < abs(left.startGP.position)? #43

@Crispy13

Description

@Crispy13

In indexer.cpp:347

...
        // or smaller positive if contig is the same
        if(left.startGP.contig == right.startGP.contig && abs(left.startGP.position) < abs(left.startGP.position))
            return true;
        else
            return false;
...

Your intention was abs(left.startGP.position) < abs("right".startGP.position), wasn't it?

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