Svenja Mehringer
Svenja Mehringer
Hi @mhassankhan90, thanks for your interest in SeqAn. Before I answer your actual question, may I ask which features you plan to use from SeqAn? Because all our efforts go...
Hi @mhassankhan90, indeed we have the [seqan3::views::kmer_hash](http://docs.seqan.de/seqan/3-master-user/group__views.html#ga6e598d6a021868f704d39df73252974f) view to generate kmers like this: ```cpp #include #include #include using seqan3::operator""_dna4; // s.t. we can use "ACGTAGC"_dna4 to create a dna4 vector...
Hi @ztayyebi-wcm, thanks for using SeqAn. I hope @cpockrandt or @eseiler, who are more familiar with the find/index module, can help you out.
@cpockrandt Ping!
@eseiler ping
Hi @martinjvickers, we are very sorry for answering you so late. Unfortunately the `FragementStore` does not support reading a bam file in batches and it would require some more work...
I'm not sure.. there seem to be a lot of things happening before the actual records are read and it will take time until one can be sure that adjustments...
Hi @mns-csharp unfortunately, we do not check if we work with ninja on windows. 1. Can you check if it works if you do **not set the generator**? 2. Alternatively...
Hi @serosko , Thanks for spotting this. Although this "only" fixes a bug for very old versions that hopefully not a lot of people use, I think it's worth to...
@marehr Actually, if you look at the code, you can see that it is completely wrong. It says in the documentation above: `If there are no linear indices for this...