qiime2 / Keemei

Validate tabular bioinformatics file formats in Google Sheets
https://keemei.qiime2.org
BSD 3-Clause "New" or "Revised" License
5 stars 20 forks source link

prior validation results remain after reducing sheet size #64

Closed jairideout closed 8 years ago

jairideout commented 8 years ago

@johnchase found a bug where validating a sheet, then reducing the sheet size (e.g., deleting a row or column), then re-validating doesn't clear the previous validation results from the area that was deleted. This bug occurs because Keemei only looks at the part of the spreadsheet that has data each time it is run.

This bug affects validation and clearing/resetting validation results in the sheet view. The bug does not affect the sidebar view.