Hello, I am running a research on fecal microbiome and we have 36 demuxed samples of 16s paired end sequences generated in Nextseq6000SP. While trying to run DADA2
I have searched for the problem on the forum
-Qiime version 2022.2 installed using conda V
What is the exact command or commands you ran? Copy and paste please.
What is the exact error message? If you didn't run the command with the --verbose flag, please re-run and copy-and-paste the results.
Hello, we are conducting a fecal microbiome study, currently, we have 36 demultiplexed 16s paired-end samples generated in Nextseq200 P2 and analyzed in Qiime v. 2002.2 installed with conda. We have encountered an error while running dada2. Up until this point, we imported the data with the Fastq manifest format (PairedEndFastqManifestPhred33V2) and obtained a file of 62.7 gb. After demultiplexing the sequences we obtained a weird interactive quality plot.
An error was encountered while running DADA2 in R (return code -9), please inspect stdout and stderr to learn more.
we have obtained this error while running the command with all the files, only 5 files, the R1 sequences and the R1 and R2 sequences. We are working in a 64 GB RAM computer.
We have also tried running DEBLUR, attached you can find the file. We have tried to run the Deblur with different parameters and fewer samples, and still, the error persists.
The -9 exit code means that the process was 'killed' (stop, canceled) by the computer. This can happen when your computer runs out of memory.
While your computer has 64 GB of RAM, you also have 400 million reads! I wonder if that's using up all your RAM. You could try running the System Monitor or the linux program top to see how much memory is being used while running dada2 and see if you are running out and causing the job to be canceled.
Those weird quality scores are from the NextSeq using binned quality score. This could also cause issues with dada2, but should not effect deblur, which is why I think RAM could be the issue.