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

with compressed input files output is gzipped twice #21

Open
AskPascal opened this issue Mar 16, 2016 · 0 comments
Open

with compressed input files output is gzipped twice #21

AskPascal opened this issue Mar 16, 2016 · 0 comments

Comments

@AskPascal
Copy link

I did run cookiecutter remove on a set of paired reads in compressed fastq files like this:

$ cookiecutter remove -t 32 -1 81084_R1.1pct.cor.fq.gz -2 81084_R2.1pct.cor.fq.gz -f phix.txt -o .

The two output files are then gzipped twice:

$ gzip -cd 81084_R1.1pct.cor.fq.ok.fastq.gz | head

=> gibberish (gzipped binary)

$ gzip -cd 81084_R1.1pct.cor.fq.ok.fastq.gz | gzip -d | head

=> fastq

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

1 participant