Error when running qiime metadata tabulate

Hi Qiime2

Is there any reasons why this error come up when I run this command “qiime metadata tabulate --m-input-file denoising-stats.qza --m-input-file denoising-stats.qza --o-visualization denoising-stats.qzv”

ValueError: Cannot merge metadata with overlapping columns. The following columns overlap: ‘input’, ‘filtered’, ‘denoised’, ‘merged’, ‘non-chimeric’

Thanks
Aji

Hey @ajiwahyu,

There's just a typo in your command:

You've repeated the input twice, and so QIIME 2 is uncertain how to deal with these "two" files with the same column names. Just run this instead:

qiime metadata tabulate --m-input-file denoising-stats.qza --o-visualization denoising-stats.qzv

Hope that helps!

1 Like

Stupid me. Thanks a lot Evan.

It happens to the best of us!

1 Like

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