diff --git a/ROBITools/src/ecoseq.c b/ROBITools/src/ecoseq.c index 8157ee3..3ae24ab 100644 --- a/ROBITools/src/ecoseq.c +++ b/ROBITools/src/ecoseq.c @@ -134,11 +134,11 @@ ecoseq_t *readnext_ecoseq(FILE *f) seq->SQ = ECOMALLOC(seqlength+1, "Allocate sequence buffer"); - comp_status = uncompress((unsigned char*)seq->SQ, - &seqlength, - (unsigned char*)compressed, - raw->CSQ_length); - +// comp_status = uncompress((unsigned char*)seq->SQ, +// &seqlength, +// (unsigned char*)compressed, +// raw->CSQ_length); +// if (comp_status != Z_OK) ECOERROR(ECO_IO_ERROR,"I cannot uncompress sequence data");