Cannot.Get.ChopperToRun
Hi,
I am trying to run chopper on a University HPC cluster
-With mamba install -c bioconda chopper I get
Could not solve for environment specs
The following package could not be installed
└─ chopper is not installable because it requires
└─ libgcc-ng >=12 , which does not exist (perhaps a missing channel).
With the binary file with ./chopper I get
./chopper: /lib64/libc.so.6: version GLIBC_2.33' not found (required by ./chopper) ./chopper: /lib64/libc.so.6: version GLIBC_2.32' not found (required by ./chopper)
./chopper: /lib64/libc.so.6: version GLIBC_2.34' not found (required by ./chopper) ./chopper: /lib64/libm.so.6: version GLIBC_2.29' not found (required by ./chopper)
Any ideas on how to solve this ??
Hrm sorry for that - would you be able to install cargo, clone the repository and once inside the repository build chopper with cargo build --release?