MMEDS will refuse analysis on some continuous variable columns because it's making an immediate validation check that the cells are not all unique. Obviously for continuous variables, it is okay for all cells to be unique.
Validation not checking for barcode duplicates per-sequencing run. So if you had two barcodes in a metadata file that were identical but for different sequencing runs, MMEDS would give you an error when it's actually fine.
Looking for a "stats_table" in analysis no longer works, need to look for multiple stats tables that were done per-sequencing run.
Solution
Very simple solutions for all, only minor changes needed. Remove uniqueness check for continuous variables, and do loops to do barcode duplicate checking and getting of stats tables per-run.
Describe the bug Three small things:
Solution Very simple solutions for all, only minor changes needed. Remove uniqueness check for continuous variables, and do loops to do barcode duplicate checking and getting of stats tables per-run.