-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dragmap #73
Comments
I have a DRAGMAP build from source working on arm64 now. Working on testing to make sure I didn't disable anything on x86 either. One odd thing is that I cannot see DRAGMAP in bioconda on my arm instance at all. Must need some additional recipe configuration (https://bioconda.github.io/recipes/dragmap/README.html) One concern is https://github.com/Illumina/DRAGMAP/blob/master/thirdparty/dragen/src/common/hash_generation/hash_table.c#L2223 but it seems that the atomic updates should do the synchronization without additional asm sections. |
PR to DRAGMAP based on My PR doesn't cleanly backport to dragmap=1.2.1. I will make another if necessary. |
Nice. I am looking into how we can get the PR reviewed and accepted by DRAGEN team. |
Quoting @dslarm :
bunch of x86 specific compile flags, and also use of x86 intrinsics. Any volunteers? There’s a simple #include that will solve this (as per bwa-mem2 and hisat2)
The text was updated successfully, but these errors were encountered: