chhylp123 / hifiasm

Hifiasm: a haplotype-resolved assembler for accurate Hifi reads
MIT License
521 stars 86 forks source link

Cannot run on HPC with older ubuntu version. #679

Open ap1438 opened 1 month ago

ap1438 commented 1 month ago

This new version 19.9-r616 is not compatable to run on HPC with ubuntu 20. It throws error for GLIBC. hifiasm: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by hifiasm).

I don't have admin permission to update the ubuntu os . Is there a walk around for this.

aabaricalla commented 1 month ago

Hi @ap1438 ! You should try the singularity version, no root privileges are needed. e.g.: quay.io/biocontainers/hifiasm

Hope this can help you.