chanzuckerberg / shasta

[MOVED] Moved to paoloshasta/shasta. De novo assembly from Oxford Nanopore reads
Other
272 stars 59 forks source link

Support building Shasta on ARM64 along with X86_64. #163

Closed bagashe closed 4 years ago

bagashe commented 4 years ago

The seqan-2.4.0 deb package in their Github release does not work on ARM. libseqan2-dev is available in the default Ubuntu repository starting with Ubuntu 20.04 LTS. This package can be used for both X86 and ARM. So here's what I have done ...

These choices seem reasonable because shasta-Linux is generated on Ubuntu 20.04 LTS. The only regression here will be for Ubuntu 18.04 LTS users, who will have to use the portable version of SPOA when they build from source.

Test Plan: