Hi,
I run DADA2 and I encountered an error after approximately 15 minutes. My data is single-end reads generated using Illumina Miseq.
Here is the command for importing my data:
qiime tools import
–type ‘SampleData[SequencesWithQuality]’
–input-path manifest.txt
–output-path single-end-demux.qza
–input-format SingleEndFastqManifestPhred33V2
Here is the command to run DADA2:
qiime dada2 denoise-single
–i-demultiplexed-seqs single-end-demux.qza
–p-trim-left 0
–p-trunc-len 220
–o-representative-sequences rep-seqs-dada2.qza
–o-table table-dada2.qza
–o-denoising-stats stats-dada2.qza
Here is the content of the log file:
Running external command line application(s). This may print messages to stdout and/or stderr.
The command(s) being run are below. These commands cannot be manually re-run as they will depend on temporary files that no longer exist.
Command: run_dada_single.R /tmp/qiime2-archive-io9g5_0i/0cd39a3f-20f8-474f-b762-c2c68b6bf449/data /tmp/tmpsa8_flhq/output.tsv.biom /tmp/tmpsa8_flhq/track.tsv /tmp/tmpsa8_flhq 220 0 2.0 2 Inf consensus 1.0 1 1000000 NULL 16
R version 3.5.1 (2018-07-02)
Loading required package: Rcpp
DADA2: 1.10.0 / Rcpp: 1.0.3 / RcppParallel: 4.4.4
- Filtering …
- Learning Error Rates
226886220 total bases in 1031301 reads from 14 samples will be used for learning the error rates.
Traceback (most recent call last):
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_dada2/_denoise.py”, line 177, in _denoise_single
run_commands([cmd])
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_dada2/_denoise.py”, line 36, in run_commands
subprocess.run(cmd, check=True)
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/subprocess.py”, line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[‘run_dada_single.R’, ‘/tmp/qiime2-archive-io9g5_0i/0cd39a3f-20f8-474f-b762-c2c68b6bf449/data’, ‘/tmp/tmpsa8_flhq/output.tsv.biom’, ‘/tmp/tmpsa8_flhq/track.tsv’, ‘/tmp/tmpsa8_flhq’, ‘220’, ‘0’, ‘2.0’, ‘2’, ‘Inf’, ‘consensus’, ‘1.0’, ‘1’, ‘1000000’, ‘NULL’, ‘16’]’ died with <Signals.SIGKILL: 9>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/q2cli/commands.py”, line 328, in call
results = action(**arguments)
File “</home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/decorator.py:decorator-gen-453>”, line 2, in denoise_single
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/qiime2/sdk/action.py”, line 245, in bound_callable
output_types, provenance)
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/qiime2/sdk/action.py”, line 390, in callable_executor
output_views = self._callable(**view_args)
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_dada2/_denoise.py”, line 212, in denoise_single
band_size=‘16’)
File “/home/qiime2/miniconda/envs/qiime2-2020.2/lib/python3.6/site-packages/q2_dada2/_denoise.py”, line 188, in _denoise_single
" and stderr to learn more." % e.returncode)
Exception: An error was encountered while running DADA2 in R (return code -9), please inspect stdout and stderr to learn more.
Sorry the file is not authorized to be uploaded.
Please let me know if I need to provide any other information.
Thanks.