Error during beta-rarefaction analysis

Dear QIIME2 forum leaders and audiences,

I have a technical error during beta-rarefaction analysis. Here is my command line:
> qiime diversity beta-rarefaction --i-table table-1-200.qza --m-metadata-file metadata.txt --p-metric weighted_unifrac --p-clustering-method upgma --p-sampling-depth 136000 --i-phylogeny rooted-tree.qza --p-correlation-method pearson --o-visualization Visualization/upgma-weighted-pearson
> Aborted (core dumped)
The error info only informed that the process was aborted as shown in above line. Is there any problem with my hardware or something else?
Thank you in advance.

(I run qiime2 version 2019.10 using ubuntu. My desktop specs is AMD Ryzen 3, RX570, 16GB RAM)

Hello @fhermanto96,

I believe the issue is that you might be running in a headless environment. If so, This person on the forum had a similar issue. This posts links to a way to create an offscreen backend that might fix your problem.

I hope this helps

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