aquaskyline / SOAPdenovo2

Next generation sequencing reads de novo assembler.
GNU General Public License v3.0
220 stars 78 forks source link

fixed issue #15. infinate loop if input file is not correct fastq format #31

Closed cchd0001 closed 7 years ago

cchd0001 commented 7 years ago

Add a extra garbage line at the end of a fastq file can trigger this bug. Instead of into infinite loop , I fixed it by report the incorrect data and exit the program.

aquaskyline commented 7 years ago

@cchd0001 I've added you as a collaborator to the project. Thank you for your contributions.