Skip to content

Secondary and supplementary reads #30

@lindenb

Description

@lindenb

Hi,
unless I'm wrong, supplementary and seconday alignments are not ignored in your code.

https://github.com/zd1/telseq/blob/master/src/Telseq/telseq.cpp#L275

shouldn't you remove them ?

Furthermore, speed could be improved by using references instead of values:

e.g:

int countMotif(std::string &read, std::string& pattern, std::string& pattern_revcomp){

instead of

int countMotif(std::string &read, std::string pattern, std::string pattern_revcomp){

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions