wtsi-npg / bambi

Process Illumina instrument data into SAM/BAM/CRAM files.
http://wtsi-npg.github.io/bambi
GNU Affero General Public License v3.0
9 stars 15 forks source link

version check error message is misleading #163

Closed mp15 closed 3 years ago

mp15 commented 4 years ago

When using htslib 1.10 we get the following error: checking checking htslib version... configure: error: htslib version must be 1.3.1 or greater It did this because I pointed --with-htslib-dir to the htslib source directory rather than the directory make install points to. This error message is somewhat misleading, this is low priority but we should probably fix this at some point.