I have both COI and 16s data. I ran Nextflow on COI and got some questionable results, but the pipeline worked. When running it on 16S, it seems to get stuck on the NFCORE_AMPLISEQ:AMPLISEQ:DADA2_ERR step for 8 hours, then it terminates.
Why would this happen? After filtering, I have roughly 14 million reads across 10 samples.
Code:
module load software/nextflow-25.10.2
nextflow run nf-core/ampliseq
-profile singularity
--input_folder "/16s1/"
--extension "/*_R{1,2}_001.fastq.gz"
--FW_primer CCTACGGGNGGCWGCAG
--RV_primer GACTACHVGGGTATCTAATCC
--trunclenf 280
--trunclenr 220
--dada_ref_taxonomy silva=138.2
--outdir "/results_1"
Error:

Timeline:

Thanks in advance!
I have both COI and 16s data. I ran Nextflow on COI and got some questionable results, but the pipeline worked. When running it on 16S, it seems to get stuck on the NFCORE_AMPLISEQ:AMPLISEQ:DADA2_ERR step for 8 hours, then it terminates.
Why would this happen? After filtering, I have roughly 14 million reads across 10 samples.
Code:
module load software/nextflow-25.10.2
nextflow run nf-core/ampliseq
-profile singularity
--input_folder "/16s1/"
--extension "/*_R{1,2}_001.fastq.gz"
--FW_primer CCTACGGGNGGCWGCAG
--RV_primer GACTACHVGGGTATCTAATCC
--trunclenf 280
--trunclenr 220
--dada_ref_taxonomy silva=138.2
--outdir "/results_1"
Error:

Timeline:

Thanks in advance!