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

support for gzipped fastq #73

Open
defendant602 opened this issue Jan 8, 2025 · 1 comment
Open

support for gzipped fastq #73

defendant602 opened this issue Jan 8, 2025 · 1 comment

Comments

@defendant602
Copy link

defendant602 commented Jan 8, 2025

It looks like pychopper do not support gzipped fastq file as input, as the code using fh = open(fname, "r") in utils.py.

just wonder will pychopper support using gzipped fastq file as input in the future?

Thanks.

@nrhorner
Copy link
Contributor

HI @defendant602

Pychopper already supports gzipped input.

fh = opener(fname, "r")

it's actually fh = opener(fname, "r") not open(fname, "r")

opener comes from here:

def _opener(filename, mode, encoding='utf8'):

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

No branches or pull requests

2 participants