nanoporetech / vbz_compression

VBZ compression plugin for nanopore signal data
https://nanoporetech.com/
Mozilla Public License 2.0
39 stars 10 forks source link

cmake error #31

Open Knight-WP opened 3 months ago

Knight-WP commented 3 months ago

Hello!When I execute the cmake command, an error message appears. What is the cause?image

iiSeymour commented 3 months ago

You need zstd on your system - see https://github.com/nanoporetech/vbz_compression?tab=readme-ov-file#development

Knight-WP commented 3 months ago

You need zstd on your system - see https://github.com/nanoporetech/vbz_compression?tab=readme-ov-file#development

Thanks, I installed it using the conda environment. I had to specify the path to zstd, but I found that I typed the path wrong. Also, I would like to ask if you know whether Koi can be built from source? It seems to me that it is a private warehouse.