Thakns @colinbrislawn. I did this to merge cDNA paired and single qza files:
qiime feature-table merge --i-tables ww-cDNA_1to11_paired-end-demux-trimmed-dada2-rep-seqs-table.qza Ionexpress_1to11-dada2-rep-seqs-table2-cDNA-single.qza --o-merged-table cDNA-paired-single-merged.qza --verbose
but got this error:
Traceback (most recent call last):
File "/root/miniconda2/envs/qiime2-2019.4/lib/python3.6/site-packages/q2_feature_table/_merge.py", line 33, in merge
return tables[0].concat(tables[1:], 'sample')
File "/root/miniconda2/envs/qiime2-2019.4/lib/python3.6/site-packages/biom/table.py", line 3361, in concat
raise DisjointIDError("IDs are not disjoint")
biom.exception.DisjointIDError: IDs are not disjoint
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/miniconda2/envs/qiime2-2019.4/lib/python3.6/site-packages/q2cli/commands.py", line 311, in call
results = action(**arguments)
File "</root/miniconda2/envs/qiime2-2019.4/lib/python3.6/site-packages/decorator.py:decorator-gen-317>", line 2, in merge
File "/root/miniconda2/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/sdk/action.py", line 231, in bound_callable
output_types, provenance)
File "/root/miniconda2/envs/qiime2-2019.4/lib/python3.6/site-packages/qiime2/sdk/action.py", line 365, in callable_executor
output_views = self._callable(**view_args)
File "/root/miniconda2/envs/qiime2-2019.4/lib/python3.6/site-packages/q2_feature_table/_merge.py", line 37, in merge
'provided tables: %s' % ', '.join(overlapping))
ValueError: Same samples are present in some of the provided tables: ww9cDNA, ww8cDNA, ww1cDNA, ww3cDNA, ww7cDNA, ww4cDNA, ww10cDNA, ww2cDNA, ww5cDNA, ww6cDNA
Plugin error from feature-table:
Same samples are present in some of the provided tables: ww9cDNA, ww8cDNA, ww1cDNA, ww3cDNA, ww7cDNA, ww4cDNA, ww10cDNA, ww2cDNA, ww5cDNA, ww6cDNA
See above for debug info.
Says the names of samples is same, can you please let me know what to do in this scenario? Thanks much! 