-
Notifications
You must be signed in to change notification settings - Fork 14
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
DECIPHER: Alignment larger than the maximum allowable size #54
Comments
@Charmy0619 this is an unusual one. Are you running this on UIUC resources or somewhere else? |
Thank you for your comment. It's unusual and it did not happen to me before. At this time, I did not run it in UIUC Biocluster HPC. I set up this pipeline in the UIC lakeshore HPC. I consulted Erik, the developer of DECIPHER. He mentioned, "This error occurs when the alignment dramatically expands in width during alignment. This typically indicates there are non-homologous sequences in the input, which should not be aligned." After that, I played with the iteration and refinement based on his suggestion. I can go through the pipeline without iteration. I am wondering if this will cause some problems for the results. Maybe just related to the tree if I am correct. As you know, I previously ran rumen fluid data, and we don't have a problem. However, this dataset is currently from mice and may be contaminated with the mitochondrial sequence. |
@Charmy0619 one possibility is to skip the alignment + phylogenetic tree step, particularly if you are concerned there are contaminants present. In the Saying that, normally I haven't found mitochondrial or chloroplast 16S rRNA to be an issue, but other contaminants (off-target sequences for example) can certainly be a problem. |
@Charmy0619 as a quick follow up: we don't currently pre-screen sequences prior to DECIPHER, though this step has been proposed as a new feature (see #60 for tracking this). It will take a little time to implement this, but you could essentially emulate this by skipping alignment + tree but allowing taxonomic assignment. Screen out any ASVs that have no assignment, then perform either DECIPHER or another MSA tool (e.g., muscle5), then use |
Hi,
I am running pacbio data nad I have trouble in the step of AlignReadsDECIPHER.
Here is the error message:
I try to check the "asvs.md5.nochim.R1.fna" files:
I also try to increase the memory to 240G but it's still not working.
Can anyone help?
Thanks.
The text was updated successfully, but these errors were encountered: