-
Notifications
You must be signed in to change notification settings - Fork 36
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
BUG:Can not run qiime dada2 denoise-ccs without primers or adapters #163
Comments
I haven't looked at this in detail, but offhand this seems like a good one for you to work on @hagenjp - this should just be modifying the |
I had the same problem, but what puzzled me was why someone could run the code without writing those two parameters. |
Hi, And the error During handling of the above exception, another exception occurred: Traceback (most recent call last): Plugin error from dada2: An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more. See above for debug info. Thanks in advance for your help |
Hi @lida56, I'm not sure that this is related to this specific GitHub issue. Would you mind posting this with a request for help on the QIIME 2 Forum? We can help you troubleshoot this there. |
closed by #168 |
Reopening because we need to also support situations where both the forward and reverse primers have been removed. See here for an example. |
Improvement Description
We need to be able to run qiime dada2 denoise-ccs even if the data does not have primers or adapters. some users are receiving their data from sequencers without adapters, primers, and the sequences and merged
Current Behavior
qiime dada2 denoise-ccs requires --p-front and --p-adapter are required fields. Looking at the code, I believe this is something we are enforcing on the qiime2 interface side and it does not seem to be a requirement of dada2.
Proposed Behavior
Users on the forum have said that they are receiving data without primers and adapters and therefore can not run denoise-ccs
Comments
References
The text was updated successfully, but these errors were encountered: