Skip to content
New issue

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

Compilation issues #23

Open
leenput opened this issue Jan 27, 2025 · 1 comment
Open

Compilation issues #23

leenput opened this issue Jan 27, 2025 · 1 comment

Comments

@leenput
Copy link

leenput commented Jan 27, 2025

Hi,

Thank you for developing this tool!

I’m currently experiencing some challenges with compiling LongTR (Ubuntu 24.04.1). As I am relatively new to bioinformatics, I’m finding it a bit difficult to troubleshoot on my own.

Here is one of the errors I encountered during compilation:
g++ -O3 -g -D__STDC_LIMIT_MACROS -D_FILE_OFFSET_BITS=64 -std=c++0x -DMACOSX -pthread -Ilib -Ilib/htslib/include -Ilib/spoa/include -o src/region.o -c src/region.cpp In file included from src/region.cpp:12: src/region.h:62:49: error: ‘uint32_t’ has not been declared 62 | void readRegions(const std::string& input_file, uint32_t max_regions, const std::string& chrom_limit, std::vector<Region>& regions, std::ostream& logger); | ^~~~~~~~ src/region.cpp:14:49: error: ‘uint32_t’ has not been declared 14 | void readRegions(const std::string& input_file, uint32_t max_regions, const std::string& chrom_limit, std::vector<Region>& regions, std::ostream& logger){ | ^~~~~~~~ make: *** [Makefile:142: src/region.o] Error 1

I was wondering if it might be possible to provide a pre-compiled binary or perhaps consider adding the tool to Conda?

Thank you in advance for your support!

@heliziii
Copy link
Collaborator

Hi,

Thank you for using LongTR and I apologize for my late reply. Can you please pull the latest version and check if this issue is now resolved? Note that in the new version, the format for the reference region bed file is slightly changed. Please refer to the description here for more information.

Best,
Helia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants