labsquare / FastQt

FastQC port to Qt5: A quality control tool for high throughput sequence data.
GNU General Public License v3.0
110 stars 25 forks source link

Don't use extension to choose the compression format and check if file contains fastq data #52

Closed natir closed 7 years ago

natir commented 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], +, [.]

dridk commented 7 years ago

This issue is related to #51 too. Could you manage this one too ?

dridk commented 7 years ago

Fixed Crash when you open xz file : 3d0cf565aa3b6b1bbed22fe8ae38492a5d6c60d8 Need to release a 0.2.2 version