![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
problems with installing Pindel | Robby | Bioinformatics | 4 | 02-07-2015 09:28 PM |
Euler2 installing problem | libiyagirl | Bioinformatics | 3 | 03-29-2012 06:35 PM |
Pindel problem | CNVboy | Bioinformatics | 1 | 03-06-2012 01:33 PM |
problem while installing coreutils-8.12 | vinila86 | Bioinformatics | 0 | 02-22-2012 04:02 AM |
Problem installing MAQ | sam253 | Bioinformatics | 0 | 03-25-2010 02:38 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Berkeley California Join Date: Nov 2010
Posts: 17
|
![]()
I have been trying to install pindel 0.2.4t on my Mac OS X 7.5 and I get an error message.
bash-3.2$ less INSTALL bash-3.2$ ./INSTALL /Users/davidkowbel/samtools-0.1.19/ path is now: /Users/davidkowbel/samtools-0.1.19/ make -C src pindel parameter.cpp:26:10: fatal error: 'omp.h' file not found #include <omp.h> ^ 1 error generated. pindel.cpp:28:10: fatal error: 'omp.h' file not found #include <omp.h> ^ 1 error generated. parameter.cpp:26:10: fatal error: 'omp.h' file not found #include <omp.h> ^ 1 error generated. pindel.cpp:28:10: fatal error: 'omp.h' file not found #include <omp.h> ^ 1 error generated. c++ -Wall -g -c -O3 -fopenmp -I/Users/davidkowbel/samtools-0.1.19/ pindel.cpp -o pindel.o clang: warning: argument unused during compilation: '-fopenmp' pindel.cpp:28:10: fatal error: 'omp.h' file not found #include <omp.h> ^ 1 error generated. make[1]: *** [pindel.o] Error 1 make: *** [pindel] Error 2 Creating pindel2vcf utility... pindel2vcf created. Creating sam2pindel utility... sam2pindel created. mv: rename src/pindel to ./pindel: No such file or directory Pindel successfully compiled. The pindel executable can be found in this directory. I have installed Xcode 4.6 . I don't know why the header file omp.h cannot be found? |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: amsterdam Join Date: Jun 2009
Posts: 133
|
![]()
your compiler does not have library set up correctly.
try gcc compiler https://github.com/kennethreitz/osx-...ller/downloads I had the same issue when I upgraded my xcode. installing gcc compiler solves this. |
![]() |
![]() |
![]() |
#3 |
Senior Member
Location: amsterdam Join Date: Jun 2009
Posts: 133
|
![]()
update from the experts in my institute
"Yep. I'd probably use that, someone on biostars suggests using the homebrew version. The issue is indeed that LLVM/clang does not currently support OpenMP and so you need to fall back to GCC" "GCC is now maintained in homebrew-versions, with major version number in formula name as suffix. Please tap using: $ brew search gcc brew tap homebrew/versions and then install GCC based on its version, e.g., 'brew install gcc47'." |
![]() |
![]() |
![]() |
#4 | |
Member
Location: FRANCE / Caen Join Date: Apr 2010
Posts: 25
|
![]()
After use samtools sam2pindel then I execute Pindel. Here is what I get ....
Quote:
Thank you in advance for your help |
|
![]() |
![]() |
![]() |
#5 |
Senior Member
Location: amsterdam Join Date: Jun 2009
Posts: 133
|
![]()
your reference genome has no "chr" while I saw chrM in your file. please notice that chr1 != 1
|
![]() |
![]() |
![]() |
#6 | |
Member
Location: Berkeley California Join Date: Nov 2010
Posts: 17
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#7 |
Junior Member
Location: UK Join Date: Jul 2014
Posts: 9
|
![]()
Did you guys modify the makefile in any way? i did a brew install of gcc48, and have now modified the makefile in src with $(CXX)=g++-4.8 but still the same error
![]() Last edited by Jeromek; 08-28-2014 at 04:28 AM. |
![]() |
![]() |
![]() |
#8 |
Junior Member
Location: TW Join Date: Feb 2016
Posts: 6
|
![]()
Hi,
I'm trying to run the demo files in pindel /home/nina/linux/tools/pindel-m/pindel -f simulated_reference.fa -i simulated_config.txt -o output but it gave me error message: /home/nina/linux/tools/pindel-m/pindel: error while loading shared libraries: libhts.so.1: cannot open shared object file: No such file or directory Is there a way to install the missing library? I've tried sudo make install libhts.so.1 It shows mkdir -p -m 755 /usr/local/bin /usr/local/include /usr/local/include/htslib /usr/local/lib /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/lib/pkgconfig install -p -m 644 libhts.so /usr/local/lib/libhts.so.1.2.1 ln -sf libhts.so.1.2.1 /usr/local/lib/libhts.so ln -sf libhts.so.1.2.1 /usr/local/lib/libhts.so.1 sed -e 's#@includedir@#/usr/local/include#g;s#@libdir@#/usr/local/lib#g;s#@PACKAGE_VERSION@#1.2.1#g' htslib.pc.in > /usr/local/lib/pkgconfig/htslib.pc chmod 644 /usr/local/lib/pkgconfig/htslib.pc install -p bgzip htsfile tabix /usr/local/bin install -p -m 644 htslib/*.h /usr/local/include/htslib install -p -m 644 libhts.a /usr/local/lib/libhts.a install -p -m 644 htsfile.1 tabix.1 /usr/local/share/man/man1 install -p -m 644 faidx.5 sam.5 vcf.5 /usr/local/share/man/man5 make: Nothing to be done for `libhts.so.1'. Thx!! |
![]() |
![]() |
![]() |
#9 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,080
|
![]()
@wyll: See the last line here https://github.com/genome/pindel/blo...README_INSTALL
|
![]() |
![]() |
![]() |
#10 |
Junior Member
Location: TW Join Date: Feb 2016
Posts: 6
|
![]()
I've actually read that line over and over again for some time, but still wasn't able to understand it. Now that I go back and read again, I think I know how to type the command now. You have to add the rest of the command after ./pindel silly me...
@GenoMax: Thanks a bunch =D |
![]() |
![]() |
![]() |
Thread Tools | |
|
|