Question about md5 hash

Yes, the md5sum will be "unique" for each unique sequence (i.e., a unique sequence will always have the same md5sum, but I say unique in scare quotes because there is an extremely small possibility that two text strings will have the same md5sum)

A python script would be ideal — and something you could contribute as a method that others could use in QIIME 2! :wink: The bash script I wrote here will do the trick, but this issue has come up for QIIME 2 users a few times now so a formal QIIME 2 solution would be ideal. Please do write that script and submit a pull request to add it as a QIIME 2 method! :pray:

It should not if features are being relabeled correctly.