Hello everyone,
I am trying to run Dada2 , my command is
qiime dada2 denoise-paired --i-demultiplexed-seqs DNA.qza --p-trunc-len-f 0 --p-trunc-len-r 240 --p-trim-left-f 18 --p-trim-left-r 20 --p-trunc-q 2 --p-n-threads 1 --o-table DNA-table.qza --o-representative-sequences DNA-rep-seqs.qza --o-denoising-stats DNA-denoisings-stats.qza
I’m getting the error below. How can I fix it? From the DNA.qza , I obtained the profile shown in the picture. Are the truncation values I used correct? Thank you for your support
(qiime2-amplicon-2024.5) login02 $ qiime dada2 denoise-paired --i-demultiplexed-seqs DNA.qza --p-trunc-len-f 0 --p-trunc-len-r 240 --p-trim-left-f 18 --p-trim-left-r 20 --p-trunc-q 2 --p-n-threads 1 --o-table DNA-table.qza --o-representative-sequences DNA-rep-seqs.qza --o-denoising-stats DNA-denoisings-stats.qza --verbose
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.R --input_directory /tmp/tmp4frygh15/forward --input_directory_reverse /tmp/tmp4frygh15/reverse --output_path /tmp/tmp4frygh15/output.tsv.biom --output_track /tmp/tmp4frygh15/track.tsv --filtered_directory /tmp/tmp4frygh15/filt_f --filtered_directory_reverse /tmp/tmp4frygh15/filt_r --truncation_length 0 --truncation_length_reverse 240 --trim_left 18 --trim_left_reverse 20 --max_expected_errors 2.0 --max_expected_errors_reverse 2.0 --truncation_quality_score 2 --min_overlap 12 --pooling_method independent --chimera_method consensus --min_parental_fold 1.0 --allow_one_off False --num_threads 1 --learn_min_reads 1000000
R version 4.3.3 (2024-02-29)
Loading required package: Rcpp
DADA2: 1.30.0 / Rcpp: 1.0.12 / RcppParallel: 5.1.6
2) Filtering Error in (function (fn, fout, maxN = c(0, 0), truncQ = c(2, 2), truncLen = c(0, :
Mismatched forward and reverse sequence files: 13324, 5856.
10: stop("Mismatched forward and reverse sequence files: ", length(fqF),

