Error in sabre installation
1
0
Entering edit mode
5.3 years ago

Hi,

I am working with NGS metagenomic data. DNA isolated from gastric biopsy using the THSTI method, followed by PCR amplification of the V1-5 regions and sequencing using the 454 FLX+ approaches. Contains amplicon reads from all 41 samples. All the 39 samples were sequenced in a single multiplexed run. I need to demultiplex using the sample-specific sequencing barcodes provided in the supplementary table S5 of this paper.

I try to install sabre demultiplexing tool downloaded from github. Sabre also requires Zlib, which can be obtained at http://www.zlib.net/. I also download it and install the library after that I get an error during sabre installation.

dcb@dcb-P6-2355IL:~$ cd /home/dcb/Downloads/sabre/sabre-master
dcb@dcb-P6-2355IL:~/Downloads/sabre/sabre-master$ make
gcc -Wall -pedantic -DVERSION=1.00 -O3 -c src/demulti_single.c
src/demulti_single.c:4:10: fatal error: zlib.h: No such file or directory
#include <zlib.h>
      ^~~~~~~~
compilation terminated.
make: *** [Makefile:19: demulti_single.o] Error 1
next-gen software error • 1.2k views
ADD COMMENT
0
Entering edit mode
3.8 years ago

You need to install zlib1g-dev

sudo apt install zlib1g-dev
ADD COMMENT
0
Entering edit mode

Welcome to Biostars and thank you for the contribution! Please use the formatting bar (especially the code option) to present your post better. You can use backticks for inline code (`text` becomes text), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.
code_formatting

ADD REPLY

Login before adding your answer.

Traffic: 1073 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6