mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Having a BaseFastq class allows Fastq and FastqGz classes to inherit from BaseFastq. FastqGz is therfor not a Fastq datatype and goes through the converter. Also add 2 tools to demonstrate that compressed fastq will be converted to uncompressed fastq if the tool specifies `format="fastq"`, while `format="fastq.gz"` leaves files compressed. The tool test can be run with: ``` planemo test --galaxy_root . test/functional/tools/compressed_fastq_no_conversion.xml planemo test --galaxy_root . test/functional/tools/compressed_fastq_conversion.xml ``` Note that fastq conversion appears to required a galaxy user session, and planemo testing fails. Interactive testing with `planemo serve` is not affected and works fine.
161 B
161 B