Hello, all:
My version is QIIME2-2021.4. Install it from conda.
Run the command: time qiime dada2 denoise-paired --i-demultiplexed-seqs paired-end-demux-Oa.qza --p-n-threads 0 --p-trim-left-f 0 --p-trim-left-r 0 --p-trunc-len-f 150 --p-trunc-len-r 150 --o-representative-sequences rep-seqs-dada2.qza --o-table table-dada2.qza --o-denoising-stats stats-dada2.qza.
And report an error message:
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_paired.R /tmp/tmpo9z3vbeo/forward /tmp/tmpo9z3vbeo/reverse /tmp/tmpo9z3vbeo/output.tsv.biom /tmp/tmpo9z3vbeo/track.tsv /tmp/tmpo9z3vbeo/fi
lt_f /tmp/tmpo9z3vbeo/filt_r 150 150 0 0 2.0 2.0 2 12 independent consensus 1.0 0 1000000
R version 4.0.3 (2020-10-10)
Loading required package: Rcpp
DADA2: 1.18.0 / Rcpp: 1.0.6 / RcppParallel: 5.1.2
- Filtering ...
- Learning Error Rates
1647284700 total bases in 10981898 reads from 1 samples will be used for learning the error rates.
Traceback (most recent call last):
File "/public/home/wxhan/anaconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 266, in denoise_paired
run_commands([cmd])
File "/public/home/wxhan/anaconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 36, in run_commands
subprocess.run(cmd, check=True)
File "/public/home/wxhan/anaconda3/envs/qiime2-2021.4/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['run_dada_paired.R', '/tmp/tmpo9z3vbeo/forward', '/tmp/tmpo9z3vbeo/reverse', '/tmp/tmpo9z3vbeo/output.tsv.biom', '/tmp/tmpo9z3vbeo/track.tsv', '/tmp/tmpo9z3vbeo/filt_f', '/tmp/tmpo9z3vbeo/filt_r', '150', '150', '0', '0', '2.0', '2.0', '2', '12', 'independent', 'consensus', '1.0', '0', '1000000']' died with <Signals.SIGBUS: 7>.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/public/home/wxhan/anaconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/q2cli/commands.py", line 329, in call
results = action(**arguments)
File "", line 2, in denoise_paired
File "/public/home/wxhan/anaconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/qiime2/sdk/action.py", line 244, in bound_callable
outputs = self.callable_executor(scope, callable_args,
File "/public/home/wxhan/anaconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/qiime2/sdk/action.py", line 390, in callable_executor
output_views = self._callable(**view_args)
File "/public/home/wxhan/anaconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 279, in denoise_paired
raise Exception("An error was encountered while running DADA2"
Exception: An error was encountered while running DADA2 in R (return code -7), please inspect stdout and stderr to learn more.
Error message is described above. What should I do to resolve this error?