Comments out the call to uncompress to allow compilation on windows
This commit is contained in:
@@ -134,11 +134,11 @@ ecoseq_t *readnext_ecoseq(FILE *f)
|
|||||||
seq->SQ = ECOMALLOC(seqlength+1,
|
seq->SQ = ECOMALLOC(seqlength+1,
|
||||||
"Allocate sequence buffer");
|
"Allocate sequence buffer");
|
||||||
|
|
||||||
comp_status = uncompress((unsigned char*)seq->SQ,
|
// comp_status = uncompress((unsigned char*)seq->SQ,
|
||||||
&seqlength,
|
// &seqlength,
|
||||||
(unsigned char*)compressed,
|
// (unsigned char*)compressed,
|
||||||
raw->CSQ_length);
|
// raw->CSQ_length);
|
||||||
|
//
|
||||||
if (comp_status != Z_OK)
|
if (comp_status != Z_OK)
|
||||||
ECOERROR(ECO_IO_ERROR,"I cannot uncompress sequence data");
|
ECOERROR(ECO_IO_ERROR,"I cannot uncompress sequence data");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user