Pierre Marijon

Results 45 comments of Pierre Marijon

Hello, First of all, thank you for using yacrd. In fact, the yacrd algorithm is divided into a detection step for poor quality zones (aka with poor coverage), a characterization...

Maybe we can add diaspora link, too.

@miguelfreitas No just a classic url, just need add filed.

I don't like the idea of using a filter based on the cigar string because it is not always present in all files. But this is not a fundamental problem....

At the moment my parser ignores the optional fields of the paf and its would require time to adapt it and create a cigar string parser. This feature seems very...

I didn't have any argument to make a choice between big endian or little endian. We can choose one or let the user choose what they want (another generic parameter,...

I think change could be easy. My question is should we made this change? Needletail and other C++ libraries choose little endian, why? can we found argument? It's really the...

Thanks a lot @d-cameron for all this information. I will try to give my opinion on all point but I probably miss some stuff. **Base encoding scheme** `Kmers` already support,...

> The fact that this only works for big-endian and both x86 and ARM are little-endian is somewhat annoying as it means that whatever choice is made, it's a trade-off...

Hi every one. I think we can use this issue as a traking issue for rust const generic evolution, [official rust tracking issue](https://github.com/rust-lang/rust/issues/76560). Since rust 1.59 we can now set...