Closed anilchauhanhp9 closed 5 months ago
Hi, you should try increasing the amount of RAM memory available for the assignTaxonomy process (line 133 or 229, depending on which -profile you are using), from:
memory = { params.assignTaxonomy ? 10.GB + (2.GB * (task.attempt-1)) : 1.GB }
to, for example (if you have 150 GB available):
memory = { params.assignTaxonomy ? 150.GB + (2.GB * (task.attempt-1)) : 1.GB }
Best,
SM
Thank you for the quick response.
I'll try it out.
The pipeline is working fine.
Thank you.
Hi,
Thank you for the pipeline. I got an error while running the tool. The detailed error is as follows
ERROR ~ Error executing process > 'assignTaxonomy (1)'
Caused by: Process
assignTaxonomy (1)
terminated with an error exit status (1)Command executed:
mkdir -p /home/leek/MetONTIIME/fin_libB2/assignTaxonomy
qiime metadata tabulate --m-input-file /home/leek/MetONTIIME/fin_libB2/assignTaxonomy/taxonomy.qza --o-visualization /home/leek/MetONTIIME/fin_libB2/assignTaxonomy/taxonomy.qzv
Command exit status: 1
Command output: (empty)
Command error: Plugin error from feature-classifier:
Please help