-
Notifications
You must be signed in to change notification settings - Fork 5
Description
https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2_core__tools
toolshed.g2.bx.psu.edu/repos/q2d2/qiime2_core__tools__import_fastq/qiime2_core__tools__import_fastq/2026.1.0+dist.h02a552c2
The new specialized version for fastq data is amazing!
The only wrinkle is that the tool complains if the reads are in an uncompressed fastq format. This is confusing for Galaxy users. While they can convert the format themselves, it would be very very nice to smooth this out for them. Any read based collection -> a one step process into a qza artifact.
Could the tool could trigger an implicit conversion in Galaxy to the appropriate compression expected. I see that datatypes are already being discussed but perhaps just the fastq format variations could be captured for this one?
Accepted
fastq.gz
fastqsanger.gz
(all the other compressed..)
Not accepted (trigger the implicit compression)
fastq
fastqsanger
(all the other uncompressed..)