deblur trimming error

Hi, I'm trying to trim the following pair of reads with deblur,

I set the trimming parameter at 101 length. the code I used is,

qiime deblur denoise-16S \
  --i-demultiplexed-seqs demux_filtered.qza \
  --p-trim-length 101 \
  --o-representative-sequences rep-seqs-deblur.qza \
  --o-table table-deblur.qza \
  --p-sample-stats \
  --o-stats deblur-stats.qza

But the error showing is,

Here is the error report file,

What's the problem here? The code ran for the last 2 days and now it's showing this error.

Hi @turtle,

This segment of the traceback contains the source of the error:

died with <Signals.SIGKILL: 9>

This is almost certainly related to your machine running out of memory when running this action. This is a fairly common issue that pops up on the forum - I'd recommend doing a quick forum search on this error and you'll find our recommendations for resolving this. Let us know if you still have any questions after poking around though!

Cheers :lizard:

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.