pezmaster31 / bamtools

C++ API & command-line toolkit for working with BAM data
MIT License
418 stars 153 forks source link

bamtools_api_export.h not found #239

Open wook2014 opened 3 months ago

wook2014 commented 3 months ago

I am using deML(https://github.com/grenaud/deML) and it relys bamtools. But after compile bamtools, the file 'bamtools_api_export.h' which required by api_global.h is not exist.

13 | #include "api/bamtools_api_export.h"

how can I solve the problem?

wook2014 commented 3 months ago

I found that the file is in '../bamtools/build/src/api/' not '../bamtools/src/api'

mwalker174 commented 2 months ago

I ran into this as well while building wham. As a quick workaround, I just copied the header to where it was expected.