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

Taxonomy assignment #1938

Open
SRC151 opened this issue Apr 26, 2024 · 4 comments
Open

Taxonomy assignment #1938

SRC151 opened this issue Apr 26, 2024 · 4 comments

Comments

@SRC151
Copy link

SRC151 commented Apr 26, 2024

Hello Dr. Callahan,
As per the instructions, I downloaded the SILVA database (training set) and placed them in the directory containing the fastq files. Ran the command line: taxa <- assignTaxonomy(seqtab.nochim, "~/tax/silva_nr_v132_train_set.fa.gz", multithread=TRUE). But it does not work. I also tried the same with SILVA version 138.1, Could you please help me out with this matter? Is there something wrong on my part?

@benjjneb
Copy link
Owner

The filepath "~/tax/silva_nr_v132_train_set.fa.gz" needs to be replaced with the file path to the location of the training fastq file on your computer.

Where is the downloaded silva training set file on your computer?

@SRC151
Copy link
Author

SRC151 commented Apr 30, 2024 via email

@benjjneb
Copy link
Owner

What is the output of the following?

ref_file <- "C:/Users/rc_sa/Downloads/MiSeq_SOP/tax/silva_nr_v132_train_set.fa.gz"
file.exists(ref_file)

@SRC151
Copy link
Author

SRC151 commented May 1, 2024 via email

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