gossamer icon indicating copy to clipboard operation
gossamer copied to clipboard

xenome ouput fastq.gz format

Open wenkui123 opened this issue 3 years ago • 2 comments

hi, Can "xenome classify" output the fastq.gz file directly?

wenkui123 avatar May 13 '21 03:05 wenkui123

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).

ghost avatar Jun 06 '22 20:06 ghost

@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 pigzs wrapped in a snakemake rule.

RamRS avatar Jul 08 '22 20:07 RamRS