Open antgonza opened 7 years ago
Thanks @antgonza! What does validate_mapping_file.py
do in this case?
Not sure. @walterst, do you know?
Hmm, I don't think they should be considered differently, the barcodes are forced into upper() when they are put into a list to be tested: https://github.com/biocore/qiime/blob/master/qiime/check_id_map.py#L577 https://github.com/biocore/qiime/blob/master/qiime/check_id_map.py#L621 https://github.com/biocore/qiime/blob/master/qiime/check_id_map.py#L707
Thanks for confirming @walterst! I agree that Keemei's validator should get updated to find duplicate barcodes in a case-insensitive manner.
Current Behavior AAAA and AaAA are different in the validator, and IMOO they should not