On Thu, Apr 2, 2015 at 10:02 AM, Nikhil Joshi <[email protected]> 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 ___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at: https://lists.galaxyproject.org/ To search Galaxy mailing lists use the unified search at: http://galaxyproject.org/search/mailinglists/
