Does anyone know where I could get the SILVA V1-V3 pre-trained classifier? I have not found this classifier for V1-V3 regions (27F and 534R primers).
I tried to train but unfortunately, my QIIME2 came back with Killed: 9 error which is due to lack of memory. I also tried using SILVA 138 full length as a classifier but it also returned Killed:9 error
So, I trained a classifier for this region just a few weeks ago using the SILVA 138-99 full length sequences (2020.8) using these primers: 27FYM & 519R, but do want to let you know that I had some issues with classifications for this region that we ultimately think stemmed from subpar DNA extraction/amplification methods.
You can find the post here if you would like more info. But you're welcome to try this classifier if it could work for your purposes while waiting for someone else to respond.
Also, the qza file is too large to upload here. But if this would work for you, I can send you a google drive link to download it if you feel comfortable sending a direct message to me.
Thank you so much for your kind help. It will definitely be very useful to run my analysis with your pre-trained classifier. I'll send you a direct message right now!
It looks like you will want to make sure to use QIIME 2 2020.8, otherwise the scikit-learn versions won't match and you will get a version mismatch error.
(1/2) Invalid value for '--i-classifier': There was not enough space left on
'/tmp' to extract the artifact 'silva-138-99-nb-classifier.qza'. (Try
setting $TMPDIR to a directory with more space, or increasing the size of
'/tmp')
(2/2) Invalid value for '--i-reads': There was not enough space left on
'/tmp' to extract the artifact 'rep-seqs.qza'. (Try setting $TMPDIR to a
directory with more space, or increasing the size of '/tmp')
(qiime2-2021.8) Aline-MBP:Analise_Silva_full_length vetalinesantana$ mkdir /data
mkdir: /data: Read-only file system
(qiime2-2021.8) Aline-MBP:Analise_Silva_full_length vetalinesantana$ export TMPDIR='/data'
(qiime2-2021.8) Aline-MBP:Analise_Silva_full_length vetalinesantana$ echo $TMPDIR
/data
(1/2) Invalid value for '--i-classifier': There was not enough space left on '/tmp' to extract the artifact 'silva-138-99-nb-classifier.qza'. (Try
setting $TMPDIR to a directory with more space, or increasing the size of '/tmp') (2/2) Invalid value for '--i-reads': There was not enough space left on '/tmp' to extract the artifact 'rep-seqs.qza'. (Try setting $TMPDIR to a directory with more space, or increasing the size of '/tmp')
Do you know the minimum space to be able to perform my analysis with SILVA full length classifier? These are my computer settings:
It looks like you know this, but I want to make sure that it is really clear for future readers. You are encountering two completely different errors.
Not having enough memory to be able to train the classifiers(hopefully resolved by @el502 providing a pretrained classifier for you).
Not having enough temp directory space to perform the analysis.
Let's work on getting the second issue worked out!
It looks like you are on the right track to solving this issue by trying to create a new temp directory to use for the analysis. However, it looks like you do not have the correct permissions for the location that you are trying create it.
You simply need to create and export a directory in a location that you do have read/write permissions for.
Here you can find lots of other examples of people having this same issue. And of course if you still are having trouble with it, hop back on here and we'll get it sorted
You want to at least make sure that the disk/partition that your temp directory is on has more space free than the size of your input files.