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

Nanopore data filtering using fastp #555

Open
emilydolivo97 opened this issue Mar 26, 2024 · 1 comment
Open

Nanopore data filtering using fastp #555

emilydolivo97 opened this issue Mar 26, 2024 · 1 comment

Comments

@emilydolivo97
Copy link

Hello, I'm running the following command in my terminal:

fastp -i user/nanopore/inputs/ -o user/nanopore/outputs/ -A -G --qualified_quality_phred 10 --reads_to_process 5000 --thread 8

Although I'm specifying the number of reads to keep as 5000, after running my pipeline, I find that my fastq files have different numbers of reads such as 4965, 4778, and 4653, but never exactly 5000. Does anyone have an idea on how to fix this problem, please?

@dsurujon
Copy link

Are the <5k read files the output before or after fastp processing? Could be that 5k reads were considered, but some failed QC and filtered out, and therefore didn't end up in your output fastq. If this is the case, you may want to process a larger pool, and then downsample to 5k

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