Marcel

Results 94 comments of Marcel

Hi @leannmlindsey, sorry for the delay! It is summer vacation time :) We have a really detailed page (https://docs.seqan.de/seqan/3.2.0/group__alignment__pairwise.html) that describes all the possible combinations that you can do with...

Hi bkille, thank you for your kind words! :) Can you give us some links to the file specification and some example files to see what the key features are?...

Hi @yceh, Thank you for submitting the bug report. I could reduce the sequences to "GGCAAGAA" and "CGAAGC". Alignment: ``` 0 . : GGCAAGAA--- | | | --C--G-AAGC ``` Score...

> This is a code snippet. You will see many code snippets in our documentation. Most of them are compilable as-is, but some are only valid in their context, e.g....

Hi yurivict, we don't support clang at the moment, as we have written in https://github.com/seqan/seqan3/blob/master/README.md#dependencies. We have a progress ticket https://github.com/seqan/product_backlog/issues/127 that tracks the progress and open bug tickets considering...

Hi tobias, so if I understand you correctly, you want to switch between record-types (one mapped, one unmapped) in the output? I don't know if I caught your use case,...

(Reopened, as I think we should add documentation for this use case.)

Thank you for investigating this! The templates shouldn't matter too much. The compiler is pretty good at resolving them into normal for loops, but saying that views are not completely...

Phew. I thought I'm stupid xD A lot in a loop does not mean much, if it can pipeline a lot. (Which should be the case here) Thank you for...

@kloetzl Can you tell me the tool which you used to visualise the assembler / opcode? Thank you! :)