gossamer
gossamer copied to clipboard
xenome ouput fastq.gz format
hi, Can "xenome classify" output the fastq.gz file directly?
My experience: This tool does not like .gz files. You could write a script: pipe the output to zip (and delete the unzipped files before it moves to another sample, if multi sample).
@Himalayan-Java That is not a viable solution, you cannot pipe the output from the tool as it does not write to a pipe-able stream. Like you say though, a script will be useful. I have a xenome classify
followed by a bunch of pigz
s wrapped in a snakemake rule.