-
Notifications
You must be signed in to change notification settings - Fork 66
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
Compile issues - version dependencies? #284
Comments
I see the README says to use the latest release of samtools. I did that (samtools 1.18) and get a different error. I got the above by using samtools 1.9, which I found worked from a thread from a few years ago #180 Here's the error using samtools 1.18
|
Hi,
could you check that your file sam.h in samtools contains description of the following types:
samfile_t
bam_index_t
bam1_t
Alexej Abyzov, Ph.D.
Senior Associate Consultant,
Associate Professor of Biomedical Informatics,
Department of Quantitative Health Sciences,
Center for Individualized Medicine, Mayo Clinic
-----------------------------
Mayo Clinic, 200 1st street SW, Harwick 7-91
Rochester, MN 55905
www.abyzovlab.org
<http://www.abyzovlab.org>tel: +1-(507)-538-0978
|
Hi, I checked that header file in samtools/htslib 1.18 and found: in the file |
With samtools 1.9 I get this error. It's much cleaner than the stack I posted in OP for some reason. I chose v1.9 here because it was the "current release" at the time the current version of cnvnator was released.
|
If compiling with no OMP support there should be no error about OMP related functions.
Please try:
make clean
make
Alexej Abyzov, Ph.D.
Senior Associate Consultant,
Associate Professor of Biomedical Informatics,
Department of Quantitative Health Sciences,
Center for Individualized Medicine, Mayo Clinic
-----------------------------
Mayo Clinic, 200 1st street SW, Harwick 7-91
Rochester, MN 55905
www.abyzovlab.org
<http://www.abyzovlab.org>tel: +1-(507)-538-0978
|
Just tried a few combos preceded by
|
I got the same sam_file error for version 1.9 and 1.16 of samtools/htslib: The version 1.18 of htslib also doesn't have definition for |
Hello,
looks like samtools has evolved. My local installation is running with samtools 1.12
Alexej Abyzov, Ph.D.
Senior Associate Consultant,
Associate Professor of Biomedical Informatics,
Department of Quantitative Health Sciences,
Center for Individualized Medicine, Mayo Clinic
-----------------------------
Mayo Clinic, 200 1st street SW, Harwick 7-91
Rochester, MN 55905
www.abyzovlab.org
<http://www.abyzovlab.org>tel: +1-(507)-538-0978
|
Hi, I've gotten various compilation issues as I've tried various installs of root, htslib, and samtools available on my HPC. Exactly which versions are required for install?
I've tried samtools 1.9 and 1.13. In both cases, I linked the samtools src dir that also contained an htslib* sub-dir contained libhts.a.
I'm using root 6.10 and have run thisroot.sh.
echo $ROOTSYS
indicated this worked. I've tried gcc 4.94, 8.3, and 12.3.1.Lastly, here is my OS info:
When I compile, I get this error
Following #15 (comment) I edited the Makefile with -lpthread and I got a new error. It's the same whether or not I compile with OMP
First with just
make
I got errors related to libcrypto:So I did the alternate compilation suggested:
The text was updated successfully, but these errors were encountered: