Plugin error from taxa:
Feature IDs found in the table are missing in the metadata: {'15.0', '18.0', '16.0', '14.0', '13.0', '10.0', '8.0', '17.0', '9.0', '12.0', '11.0'}.
This being a time-series I gave them IDs like 8.00, 9.00 etc. I believe the last zero was clipped off the feature IDs in the taxonomy table, as the only sample not ‘missing’ is 8.02.
I will probably just change the IDs in my metadata file and run everything again. However, I thought I post, in case someone else stumbles across this error or maybe it could initiate a fix for the next version.
Feature classifier is definitely not doing this, because it is not even touching the samples! You are inputting feature data only (no sample IDs in any of these inputs or outputs):
This issue is happening elsewhere upstream, very possibly deblur (which has its own sample ID formatting requirements outside of QIIME 2’s). In general, using numbers as sample IDs is quite a bad idea, since default behavior of some underlying programs will be to read this as a number and drop the trailing zeroes