Santiago Marco-Sola
Santiago Marco-Sola
Hi, (Un)fortunately, these are both expected. Let me explain: >load of misaligned address 0x7f567e1c87b3 for type 'uint64_t', which requires 8 byte alignment These are caused by legitimate misaligned memory access....
Sure, we will make our best to include this option on the next patch/release. Thanks for the feature request.
Hello, I'm sorry to hear that you encountered this problem. The GEM3 GPU support was developed by @achacond and AFAIK he continued its development beyond the GPU version that can...
Hi, Seems weird at first. I never configured the build-make to use ´skylake-avx512´. It is supposed to be native. Have you changed something on your end? In any case, this...
Good! In any case, which compiler/version are you using?
Ok, `skylake` is not a supported arch in GCC 4.9.1 (see [here](https://gcc.gnu.org/onlinedocs/gcc-4.9.1/gcc/i386-and-x86-64-Options.html#i386-and-x86-64-Options)). `native` should do fine.
I remember this bug (https://github.com/smarco/WFA2-lib/issues/79). May it be a code regression. I double-checked, and the code for big-endian architectures is there. @vpa1977 Can you try running the [latest](https://github.com/smarco/WFA2-lib/releases/tag/v2.3.5) release on...
There seems to be a bug on the parsing module with very large FASTQ files. We will investigate it. Thanks for the report.
Well, sure. If you can make those files available to us, it would be of great help. Thanks,
> The use of begin/end_free are a bit confusing in your left/right extension example as they pertain to this use case. I agree. The functionality you are looking for is...