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

How long does assigntTaxonomoy takes with UNITE database? #2064

Open
sadia-marjia opened this issue Nov 27, 2024 · 1 comment
Open

How long does assigntTaxonomoy takes with UNITE database? #2064

sadia-marjia opened this issue Nov 27, 2024 · 1 comment

Comments

@sadia-marjia
Copy link

My issue is same as #1808 . I'm running on a 16GB RAM computer. My DADA2 package version is 1.32.

I've been following DADA2 ITS workflow and have gotten to the part where I get to assign taxonomies. The command was

unite.ref <- "/Users/sadiamarjia/Library/CloudStorage/Box-Box/Hegarty\ Lab/ResearchAreas/A\ walk\ in\ the\ park/Ref_Database/sh_general_release_s_04.04.2024/sh_general_release_dynamic_s_04.04.2024.fasta"

taxa_ITS <- assignTaxonomy(seqtab_ITS.nochim, unite.ref, multithread = TRUE, tryRC = TRUE)

It is running for a more than 2 hours. I want to know how long does it take to be complete on average?

@benjjneb
Copy link
Owner

benjjneb commented Dec 2, 2024

It depends on how many sequences you are trying to classify. And whether you have enough memory to fit the database itself into memory comfortably.

I would try testing with a small number of sequences, like 100, to start. Then you can time a few larger sets of sequence and extrapolate out to how long it will take for your full dataset.

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

2 participants