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

DADA script for quality plots doesn't work with all sequence file extensions #65

Open
cjfields opened this issue Mar 20, 2025 · 0 comments

Comments

@cjfields
Copy link
Contributor

Minor error that needs to be addressed, but this line in the DadaQC.R template script doesn't work if the file extensions don't include fastq:

fns <- list.files(pattern="fastq", full.names=TRUE)

This should be made more flexible, or only run one file at a time (the current version is meant to run with multiple FASTQ files if they are given, but the pipeline runs these one at a time).

@cjfields cjfields changed the title DADA script for quality plots doesn't work with all line endings DADA script for quality plots doesn't work with all sequence file extensions Mar 20, 2025
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