You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am analyzing 16S rRNA and ITS sequences from bacteria and fungi. While the assignTaxonomic() function works as expected with the 16S sequences and SILVA reference dataset (processing completes in a few hours), I encounter an issue when running it on ITS sequences with the UNITE reference dataset (the process never completes, even after more than 24 hours).
I have tried running it with a small subset of data (2 samples with 10 sequences each), but it still never ends.
Do you know what could be the problem or how could i solve it?
Thank you so much in advance.
The text was updated successfully, but these errors were encountered:
danielsangarci
changed the title
assignTaxonomic() never ends with UNITE references dataset
assignTaxonomic() never ends with UNITE reference dataset
Jan 3, 2025
My guess is you are hitting the memory ceiling, which slows down assignTaxonomy extremely as it has to start swapping. How much memory is available in the compute environment you are using? Do you have access to something with more available memory?
Nothing specifically about 16S, it's the size of the database both in terms of number of sequences and in the number of unique terminal taxa that determines the memory requirements.
32GB is definitely enough to use UNITE (that's what I have on my machine). There's a good chance 16GB is enough as well, it used to be with older versions of UNITE.
Hello,
I am analyzing 16S rRNA and ITS sequences from bacteria and fungi. While the assignTaxonomic() function works as expected with the 16S sequences and SILVA reference dataset (processing completes in a few hours), I encounter an issue when running it on ITS sequences with the UNITE reference dataset (the process never completes, even after more than 24 hours).
I have tried running it with a small subset of data (2 samples with 10 sequences each), but it still never ends.
Do you know what could be the problem or how could i solve it?
Thank you so much in advance.
The text was updated successfully, but these errors were encountered: