Closed alneberg closed 5 years ago
Hi,
the error message means that there are no matches in the database to the primer sequences you provided. The sequences you provided with --FW_primer and --RV_primer are part of the library preparation and contain addtional (adapter) sequences that aren't part of the database that contains 16S rRNA gene sequences.
The primers that were initially used for PCR might be 341 (5′-CCTACGGGNGGCWGCAG-3′) and 805 (5′-GACTACHVGGGTATCTAATCC-3′), but you might want to confirm that.
In general when primer sequences are >25 bp they are likely not the original primers, usual length are 19-21 bp.
Best wishes
Yes, that's most likely the case! Thank you! Do you think it would be useful to clarify this further in the documentation? I guess I was confused by the documentation since the adapters also need to be trimmed off of the reads no?
All adapter sequences that might be before the primer sequence are removed automatically since the pipeline is using cutadapt's parameters -g / -G and all untrimmed sequences (meaning that do not contain the primer sequence) are discarded by default (this is absolute recommended!).
Since I am originally a wet-lab researcher, for me the description in the docs is unambiguous. PCR on total DNA to produce the 16S rRNA gene amplicons or to perform additional PCR during library prep are very different things to me. But if you could come up with a better description for the docs than I'll incorporate that.
You're probably right, it might be only me that has this problem. Leave it as it is and see if others end up with the same problem.
Thanks!
Error executing process > 'make_SILVA_132_16S_classifier (1)'
Hello!
I posted this on the slack channel a few days ago but without response, so I'll try my luck here instead.
I’m having this trouble with the
make_SILVA_132_16S_classifier
:I guess this could be due to my data, but I am not able to rerun this step in the work dir. Then I get the error:
Any assistance on how to move forward is greatly appreciated.