Can Anyone please help us to resolve this Flexbar latest version installation issue i have posted it in flexbar github page but there is no response.
We have followed commands mentioned in manuel
tar xzf flexbar-3.5.0.tar.gz
tar xJf seqan-library-2.4.0.tar.xz
mv seqan-library-2.4.0/include flexbar-3.5.0
cd flexbar-3.5.0
cmake .
make
but it shows error at make command
**ngc-bioinfo@ngc-bioinfo:~/Downloads/flexbar-3.5.0$ make**
[ 50%] Building CXX object src/CMakeFiles/flexbar.dir/Flexbar.cpp.o
In file included from /home/ngc-bioinfo/Downloads/flexbar-3.5.0/src/Flexbar.cpp:24:0:
/home/ngc-bioinfo/Downloads/flexbar-3.5.0/src/Flexbar.h:15:10: fatal error: tbb/pipeline.h: No such file or directory
include
^~~~~~~~~~~~~~~~
compilation terminated.
src/CMakeFiles/flexbar.dir/build.make:62: recipe for target 'src/CMakeFiles/flexbar.dir/Flexbar.cpp.o' failed
make[2]: *** [src/CMakeFiles/flexbar.dir/Flexbar.cpp.o] Error 1
CMakeFiles/Makefile2:85: recipe for target 'src/CMakeFiles/flexbar.dir/all' failed
make[1]: *** [src/CMakeFiles/flexbar.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
we cant install latest version in other way via sudo apt install flexbar if you can please help me to resolve this
Thank you
Have you tried bioconda?
conda install -c bioconda flexbar
Hi sir
Thanks for replying
i have tried
but it shows below error
Use the channel order recommended by bioconda:
Then try:
Dear sir,
Thank you so much for your suggestion
The issue is resolved and i can able to install 3.50 version via conda
Thank you