Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xenome ouput fastq.gz format #31

Open
wenkui123 opened this issue May 13, 2021 · 2 comments
Open

xenome ouput fastq.gz format #31

wenkui123 opened this issue May 13, 2021 · 2 comments

Comments

@wenkui123
Copy link

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

@ghost
Copy link

ghost commented Jun 6, 2022

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

@RamRS
Copy link

RamRS commented Jul 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants