2 Apr
2015
2 Apr
'15
4:07 a.m.
On Thu, Apr 2, 2015 at 10:02 AM, Nikhil Joshi <najoshi@ucdavis.edu> wrote:
Hi all,
So in my wrapper for my trimming tool, sickle, I only allow fastq, fastqsanger, fastqillumina, or fastqsolexa input data. However, if a fastqsanger file's datatype has been erroneously changed to fastqcssanger, my tool will still show that file in the dropdown for the possible inputs. Why does this happen?
- Nik.
Because you allowed "fastq", this includes all the subclasses of "fastq" which (unfortunately in this case) includes "fastqcssanger". Peter