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

Pack (gzip) output good and bad reads #14

Open
serge2016 opened this issue Mar 20, 2017 · 4 comments
Open

Pack (gzip) output good and bad reads #14

serge2016 opened this issue Mar 20, 2017 · 4 comments

Comments

@serge2016
Copy link

I think it would be great to pack the output reads (good & bad)!

@sfchen
Copy link
Member

sfchen commented Mar 21, 2017

Will add an option to support gzip the output files after processing is done.

@serge2016
Copy link
Author

serge2016 commented Mar 30, 2017

Moreover, maybe it would be better to use .good.fastq instead of .good.fq? It seams to me more common.

@sfchen
Copy link
Member

sfchen commented Mar 31, 2017

I think fq is enough imformative for fastq, but I will consider your suggestion:)

sfchen added a commit that referenced this issue Oct 28, 2017
gzip input --> gzip output
ungzip input --> ungzip output
ungzip input + --gzip (-z) option --> gzip output

issues:
#26
#14
@sfchen
Copy link
Member

sfchen commented Oct 28, 2017

gzip output has been enabled on master branch.

For gzipped input, then the output will be also gzipped.
If the input is not gzipped, you can enable --gzip or -z option to force gzip compression.

gzip input --> gzip output
ungzip input --> ungzip output
ungzip input + --gzip (-z) option --> gzip output

Use --compression to change the compression level (0~9), default is 2. The better the compression, the lower the speed.

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