当前位置:网站首页>2022.01.20 [bug note] | qiime2: an error was encoded while running dada2 in R (return code 1)
2022.01.20 [bug note] | qiime2: an error was encoded while running dada2 in R (return code 1)
2022-06-30 07:38:00 【Muyiqing】
Project scenario :
Version introduction : qiime2:2021.4 DADA2:1.18.0 R:4.0.3 Project scenario : Use qiime2 In the process , perform dada2 Command to classify the characteristic sequence of sequencing data , An error has occurred .Problem description :
I haven't been right about qiime2 Updated or modified , The following error messages appear suddenlyAn error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.
After opening the log, you can find the key record of error reporting :
R version 4.0.3 (2020-10-10)
Load the required program package :Rcpp
DADA2: 1.18.0 / Rcpp: 1.0.8 / RcppParallel: 5.1.5
1) Filtering Error in validObject(.Object) :
invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class Stop executing Traceback (most recent call last): File "/home/yangxin/miniconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 266, in denoise_paired run_commands([cmd]) File "/home/yangxin/miniconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/q2_dada2/_denoise.py", line 36, in run_commands subprocess.run(cmd, check=True) File "/home/yangxin/miniconda3/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/tmprogiwn9c/forward', '/tmp/tmprogiwn9c/reverse', '/tmp/tmprogiwn9c/output.tsv.biom', '/tmp/tmprogiwn9c/track.tsv', '/tmp/tmprogiwn9c/filt_f', '/tmp/tmprogiwn9c/filt_r', '0', '0', '0', '0', '2.0', '2.0', '2', '12', 'independent', 'consensus', '1.0', '1', '1000000']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/yangxin/miniconda3/envs/qiime2-2021.4/lib/python3.8/site-packages/q2cli/commands.py", line 329, in __call__
results = action(**arguments)
File "<decorator-gen-514>", line 2, in denoise_paired
File "/home/yangxin/miniconda3/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 "/home/yangxin/miniconda3/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 "/home/yangxin/miniconda3/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 1), please inspect stdout and stderr to learn more.
Core sentence
invalid class “SRFilterResult” object: superclass "Mnumeric" not defined in the environment of the object's class
Cause analysis :
We found that dada2 There may be two problems with the execution error report , First, there is a problem with the data input of the double ended sequence ( Whether to remove primers ); Two is R package Matrix Version change , Lead to qiime2 Call error , My problem belongs to the latter .Solution :
uninstall R package Matrix Reinstall the specified version 1.3.2remove.packages("Matrix") # uninstall R package Matrix
install.packages("devtools")# Use devtools To install R Packages make it easier to search for resources
devtools::install_version("Matrix", version = "1.3.2", repos = "http://cran.us.r-project.org")# install 1.3.2 edition
packageVersion("Matrix")# Check after successful installation Matrix edition
After the problem is solved, it will run normally .
Welcome to join our discussion group , Or add VX:bbplayer2021 Invite in .
边栏推荐
- DXP software uses shortcut keys
- 1.someip introduction
- Raspberry pie 4B Getting Started Guide
- STM32 infrared communication 2
- Implementation of double linked list in C language
- Record the problem that the system file cannot be modified as an administrator during the development process
- Digital tube EEPROM key to save value
- 期末复习-PHP学习笔记5-PHP数组
- Test enumeration types with STM32 platform running RT thread
- Firewall firewalld
猜你喜欢
Local unloading traffic of 5g application
Video player (I): process
November 16, 2021 [reading notes] - macro genome analysis process
Analysys analysis: online audio content consumption market analysis 2022
C language implementation sequence stack
2021 China Enterprise Cloud index insight Report
Multi whale capital: report on China's education intelligent hardware industry in 2022
期末复习-PHP学习笔记6-字符串处理
Three software installation methods
Final review -php learning notes 7-php and web page interaction
随机推荐
Final review -php learning notes 7-php and web page interaction
Spring Festival inventory of Internet giants in 2022
Network, network card and IP configuration
期末复习-PHP学习笔记9-PHP会话控制
Common sorting methods
Implementation of binary search in C language
Basic operation command
How to batch modify packaging for DXP schematic diagram
Log service management
Cadence innovus physical implementation series (I) Lab 1 preliminary innovus
Basic theory of four elements and its application
Parameter calculation of deep learning convolution neural network
National technology n32g45x series about timer timing cycle calculation
Commands and permissions for directories and files
Record the problem that the system file cannot be modified as an administrator during the development process
Firewall firewalld
Final review -php learning notes 9-php session control
LabVIEW程序代码更新缓慢
November 22, 2021 [reading notes] - bioinformatics and functional genomics (Chapter 5, section 4, hidden Markov model)
Final review -php learning notes 8-mysql database