-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Summary
Two related infrastructure items from #337
-
Docker image out of date: The published image (
quay.io/matsengrp/partis) still reflects the oldpython/directory structure. The source package directory has been renamed topartis/. The image should be rebuilt from the current codebase. -
ARM64 binary support: The compiled binaries (
ig-swandbcrham) are x86-only. ARM64 support is missing. Currently development on ARM64 requires x86 emulation via Docker, which works but adds overhead.Questions for investigation:
- Can
ig-swbe compiled on ARM64? It uses SSE2 intrinsics for Smith-Waterman alignment. Options may include porting to NEON, using a translation layer like SIMDe, or finding an alternative. - Can
bcrhambe compiled on ARM64? Need to check for architecture-specific dependencies.
- Can
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels