FRED-2 / OptiType

Precision HLA typing from next-generation sequencing data
BSD 3-Clause "New" or "Revised" License
180 stars 74 forks source link

Maximal read length of 0 bps exceeded #137

Open frankligy opened 1 year ago

frankligy commented 1 year ago

Not sure if anyone has experienced this error before

Maximal read length of 0 bps exceeded. Please remove "#define RAZERS_MEMOPT" in razers.cpp and recompile.
Failed to load reads
Exiting ...
Maximal read length of 0 bps exceeded. Please remove "#define RAZERS_MEMOPT" in razers.cpp and recompile.
Failed to load reads
Exiting ...

I looked it up online but didn't find obvious answer to that, my fastq file is 32bp pair-end, and inspection of each fastq file looks fine (not corrupted).

Much appreciated for any hints, Frank