drivenbyentropy / aptasuite

A full-featured bioinformatics software collection for the comprehensive analysis of aptamers in HT-SELEX experiments.
https://drivenbyentropy.github.io/
GNU General Public License v3.0
24 stars 11 forks source link

[Tiny bug]Wrong File Extension #76

Closed Eggsorer closed 3 years ago

Eggsorer commented 4 years ago

when I turn on the option where aptaSuite will dump all the rejected sequences into a fastq file, it actually spits out compressed fastq file (fastq.gz). But the file extension shown is .fastq. Once you try to read it as text, you will quickly realize that it is a binary.


I am using the following setting AptaplexParser.UndeterminedToFile = True

drivenbyentropy commented 4 years ago

Thank you for reporting this, I will issue a fix for the next release.