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

Add QC check if no reads are left after cutadapt #118

Open
slsevilla opened this issue Feb 20, 2024 · 2 comments
Open

Add QC check if no reads are left after cutadapt #118

slsevilla opened this issue Feb 20, 2024 · 2 comments
Assignees
Labels
bug Something isn't working RENEE RepoName
Milestone

Comments

@slsevilla
Copy link
Contributor

Problem

Recently had a project that had no reads left after trimming. The sample did not fail and continued downstream making it difficult to pinpoint where the sample had truly failed

Solution

After cutadapt add a check to ensure there are suitable number of reads to move on in the pipeline.

@slsevilla slsevilla added the bug Something isn't working label Feb 20, 2024
@kopardev kopardev added the RENEE RepoName label Feb 20, 2024
@kopardev kopardev added this to the 2024-06 milestone May 21, 2024
@kelly-sovacool
Copy link
Member

this can happen if a file contains only adapters -- make a unit test with adapters

@kelly-sovacool
Copy link
Member

add code to cutadapt rule. if the file is empty, throw an error

@kelly-sovacool kelly-sovacool modified the milestones: 2024-06, 2024-11 Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RENEE RepoName
Projects
None yet
Development

No branches or pull requests

3 participants