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,
|
||||
"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");
|
||||
|
||||
|
Reference in New Issue
Block a user