Good day!
One of my deblur output files was generated using 2018.11. My other deblur output files were generated using 2018.8. When I ran the below mentioned command line
qiime feature-table merge
--i-tables acer-august-rep-seqs-table.qza
--i-tables acermay2-rep-seqs-table.qza
--i-tables acermay-rep-seqs-table.qza
--i-tables acer-june-rep-seqs-table.qza
--i-tables acerjuly-rep-seqs-table.qza
--o-merged-table acer-y3-rep-seqs-table.qza
I received this error
ValueError: acer-june-rep-seqs-table.qza was created by 'QIIME 2018.11.0'. The currently installed framework cannot interpret archive version '5'.
My question is if I update the 2018.8 version to 2018.11, will I still be able to merge my files, and run the additional downstream command lines?
Cheers
NYF