Hello @lucky_endophyte,
This seems to be a bug that hasn't been addressed yet, discussed here. I'll open an issue for this and we'll look into it. In the meantime I think you can achieve the same output with the following steps:
- remove the
--p-min-unique-size 10parameter from thedereplicate-sequencescall (it should then work) - filter the resulting feature table with
feature-table filter-featuresusing--p-min-frequency 10 - filter the resulting representative sequences with
feature-table filter-seqsusing--i-table <your feature table>