-
Notifications
You must be signed in to change notification settings - Fork 32
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
bam/sam.h #54
Comments
Hi, |
Sorry pkubgmlixs, I haven't had any responses andhaven't revisited it myself but will soon and post any update should I have any. Thanks. |
Hi guys: |
Hi JJ, |
Hi |
I solved and am adding solution here in case someone alse may need. First you need to edit SAMStepper.h and SAMStepper.cc files in /src/include/gtools directory by adding the directory after -I flag and a bam.h file after #include line. For instance (SAMStepper.h file editing); // To compile using this, you must include -I /home/user10/applications/LACHESIS/samtools-legacy_0.1.19_debian You should do the same editing for SAMStepper.cc. Then you can run make and later make install. |
It works!Thank You Very Much! |
Hi
After a successful ./configure I run make I get an fatal error that reads:
I tried to get around the issue by creating a symbolic link back into samtools to where sam.h is within 'src/include/gtools/' (creating the bam folder 'src/include/gtools/bam/') but it still fails to read the file.
Any help would be really appreciated.
Thanks,
Simon
The text was updated successfully, but these errors were encountered: