We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Failed while compiling (make)
in two places src/parse_gff.h src/primer_bed.h
I had to add the include in the top to get the make to run to finish.
I am on ubuntu 24.04 and have installed hstlib, samtools and bcftools
To Reproduce
git clone and try make it will complain
Expected behavior I expected make to run to completion
Screenshots parse_gff.cpp:2:1: note: ‘uint64_t’ is defined in header ‘’; did you forget to ‘#include ’? 1 | #include "parse_gff.h" +++ |+#include
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Failed while compiling (make)
in two places
src/parse_gff.h
src/primer_bed.h
I had to add the include in the top to get the make to run to finish.
I am on ubuntu 24.04 and have installed hstlib, samtools and bcftools
To Reproduce
git clone and try make
it will complain
Expected behavior
I expected make to run to completion
Screenshots
parse_gff.cpp:2:1: note: ‘uint64_t’ is defined in header ‘’; did you forget to ‘#include ’?
1 | #include "parse_gff.h"
+++ |+#include
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: