Skip to content

Including both strands in syncmer_hash using minimum hash #25

@Hosseinem

Description

@Hosseinem

It seems that including the reverse strand by selecting a minimum value of hashes is not doable since the syncmers are being chosen based on the Smers. A syncmer is a Kmer that has its smallest smer at its start or end and in a sense, Smers should correspond to Kmers to make this work. Hence, it is not possible to select minimum hashes of Smers and Kmers independently. It is possible to select the minimum kmer_hash first and then check its corresponding Smers but this would be time-consuming and needs double the number of vectors, ranges, and iterators.

Metadata

Metadata

Assignees

No one assigned

    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