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

seqtk produces different number of reads for paired end files #198

Closed
ruy-jauregui opened this issue Nov 13, 2022 · 1 comment
Closed

seqtk produces different number of reads for paired end files #198

ruy-jauregui opened this issue Nov 13, 2022 · 1 comment
Labels

Comments

@ruy-jauregui
Copy link

Hello!
I run these commands:
seqtk sample -s100 cJ288_1.fq 90000 > ./subsample/cJ288_1.fq
seqtk sample -s100 cJ288_2.fq 90000 > ./subsample/cJ288_2.fq

When I count the reads in the output I get:
cJ288_1.fq:89995
cJ288_2.fq:89998

What's going on?

@lh3
Copy link
Owner

lh3 commented Nov 15, 2022

Probably the input fastq are not paired.

@lh3 lh3 closed this as completed Nov 15, 2022
@lh3 lh3 added the question label Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants