Hi, I am working with paired-end sequences. After joining reads with join-pairs and quality filter using q-score, I used deblur with different trim length, as suggested by the forward-seven-number-summaries.tsv. However I keep getting this error-
"Plugin error from deblur:
No sequences passed the filter. It is possible the trim_length (226) may exceed the longest sequence, that all of the sequences are artifacts like PhiX or adapter, or that the positive reference used is not representative of the data being denoised.
Debug info has been saved to /tmp/qiime2-q2cli-err-kpuvojjm.log"
I have also used cutadapt to remove any adapters, still it gives the same error.
Interestingly, I have used the same dataset before in deblur and I got output.
But now, for some reasons, I cannot get past this error.
Please help. I am attaching all relevant files.
- forward-seven-number-summaries.tsv (24.2 KB)
- demux-joined-filter-stats.qzv (1.2 MB)
Few lines from deblur.log
FO(140703349196608)2021-09-23 15:56:25,806:***********************
INFO(140703349196608)2021-09-23 15:56:25,806:deblurring started
WARNING(140703349196608)2021-09-23 15:56:25,806:deblur version 1.1.0 workflow started on /tmp/qiime2-archive-_xf0z4ma/d33c0a0b-8f9$
WARNING(140703349196608)2021-09-23 15:56:25,807:parameters: {'seqs_fp': '/tmp/qiime2-archive-_xf0z4ma/d33c0a0b-8f9c-4aa6-9e0e-75ec$
INFO(140703349196608)2021-09-23 15:56:25,807:error_dist is : [1, 0.06, 0.02, 0.02, 0.01, 0.005, 0.005, 0.005, 0.001, 0.001, 0.001,
INFO(140703349196608)2021-09-23 15:56:25,807:deblur main program started
INFO(140703349196608)2021-09-23 15:56:25,807:processing directory /tmp/qiime2-archive-_xf0z4ma/d33c0a0b-8f9c-4aa6-9e0e-75ec7b5a572
INFO(140703349196608)2021-09-23 15:56:25,808:building negative db sortmerna index files
INFO(140703349196608)2021-09-23 15:56:25,808:build_index_sortmerna files ['/home/iasst/miniconda3/envs/qiime2-2021.4/lib/python3.8$
INFO(140703349196608)2021-09-23 15:56:25,860:building positive db sortmerna index files
INFO(140703349196608)2021-09-23 15:56:25,861:build_index_sortmerna files ['/home/iasst/miniconda3/envs/qiime2-2021.4/lib/python3.8$
INFO(140703349196608)2021-09-23 15:57:08,701:processing per sample fasta files
INFO(140703349196608)2021-09-23 15:57:08,701:--------------------------------------------------------
INFO(140703349196608)2021-09-23 15:57:08,701:launch_workflow for file /tmp/qiime2-archive-_xf0z4ma/d33c0a0b-8f9c-4aa6-9e0e-75ec7b5$
INFO(140703349196608)2021-09-23 15:57:47,712:dereplicate seqs file /tmp/tmpdd_eadma/deblur_working_dir/HN-R1_9_L001_R1_001.fastq.g$
INFO(140703349196608)2021-09-23 15:57:47,948:remove_artifacts_seqs file /tmp/tmpdd_eadma/deblur_working_dir/HN-R1_9_L001_R1_001.fa$
ERROR(140703349196608)2021-09-23 15:57:47,957:sortmerna error on file /tmp/tmpdd_eadma/deblur_working_dir/HN-R1_9_L001_R1_001.fast$
ERROR(140703349196608)2021-09-23 15:57:47,958:stdout : [process:1372] === Options processing starts ... ===
Found value: sortmerna
Found flag: --reads
Thank you.