I am trying to install stringtie2
• 0 views
•
link
Hi all,
I am trying to install stringtie2
I used the commands
git clone https://github.com/mpertea/stringtie2
cd stringtie2
make release
I got the error ./samtools-0.1.18/bgzf.h:29:10: fatal error: zlib.h: No such file or directory.
zlib.h is already installed in my system and it is in usr/share/doc/zlib1g-dev.
How to install the software?
I did not understand the post well. However trying sudo make release worked for me. Thank you for your responses.
Use conda: https://anaconda.org/bioconda/stringtie No need to compile from source.
I am trying to install stringtie2
Log in to answer this question.
usr/share/doc/zlib1g-dev is not a standard place where a compiler can find the libraries + include files. see https://stackoverflow.com/questions/558803
I couldn't use
-Ioption asmake release -I /usr/share/doc/zlib1g-dev/because in the make file the-Iis pointed towards/samtools-0.1.18. I tried editing -I in Make file, but itseems some other information needed for installing is also in the samtools folderFirst few lines from make file
You'll need to put it to the relevant path variables: https://stackoverflow.com/questions/7561509/how-to-add-include-and-lib-paths-to-configure-make-cycle