Good morning,
I have some problem to running the DADA2 plugin.
Sample is pairedend FASTQ file from ubiome company.
Data information,
sample_A_R1.fastq, sample_A_R2.fastq
V4 region, 515F - 806R
I run plugins in qiime2-2018.11.
[Importing]
qiime tools import
--type 'SampleData[PairedEndSequencesWithQuality]'
--input-path $qiime2_path/manifest.txt
--output-path $import_path/paired-end-demux.qza
--input-format PairedEndFastqManifestPhred33[CutAdapt]
qiime cutadapt trim-paired
--i-demultiplexed-sequences $import_path/paired-end-demux.qza
--p-cores 4
--p-adapter-f GTGCCAGCMGCCGCGGTAA
--p-front-r GGACTACHVGGGTWTCTAAT
--o-trimmed-sequences $cutadapt_path/paired-end-demux-cutadapt.qza[DADA2]
qiime dada2 denoise-paired
--i-demultiplexed-seqs $import_path/paired-end-demux-cutadapt.qza
--p-trim-left-f $1
--p-trunc-len-f $2
--p-trim-left-r $3
--p-trunc-len-r $4
--p-n-threads 0
--verbose
--output-dir $qiime2_path/DADA2
Error has occured
--p-trim-left-f 10, --p-trim-left-r 10
--p-trunc-len-f 140, --p-trim-left-140--p-trim-left-f 10, --p-trim-left-r 10
--p-tunc-len-f 130, --p-trunc-len-r 130--p-trim-left-f 10, --p-trim-left-r 10
--p-trunc-len-f 145, --p-trunc-len-r 145....
miniconda2/envs/qiime2/lib/python3.5/site-packages/q2_dada2/_denoise.py", line 45, in _check_featureless_table
raise ValueError("No features remain after denoising. Try adjusting "
ValueError: No features remain after denoising. Try adjusting your truncation and trim parameter settings.Plugin error from dada2:
No features remain after denoising. Try adjusting your truncation and trim parameter settings.
So i change the option in dada2 plugin.
--p-trim-left-f 10, --p-trim-left-r 10
--p-trunc-len-f 150, --p-trunc-len-r 150...
miniconda2/envs/qiime2/lib/python3.5/site-packages/q2_dada2/_denoise.py", line 246, in denoise_paired
" and stderr to learn more." % e.returncode)
Exception: An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.
Plugin error from dada2:
An error was encountered while running DADA2 in R (return code 1), please inspect stdout and stderr to learn more.
Thank you for your time.