Closed natir closed 7 years ago
Actualy we use the last extension in filename to choose the compression format, we can replace it by read the magic number.
For check if file is fastq just read the first character of first 4 lines -> @, [a-Z], +, [.]
This issue is related to #51 too. Could you manage this one too ?
Fixed Crash when you open xz file : 3d0cf565aa3b6b1bbed22fe8ae38492a5d6c60d8 Need to release a 0.2.2 version
Actualy we use the last extension in filename to choose the compression format, we can replace it by read the magic number.
For check if file is fastq just read the first character of first 4 lines -> @, [a-Z], +, [.]