validate_salmon_datapackage
validate_salmon_datapackage(path, require_iris=False)Validate package structure, ID alignment, and semantic review state.
Mirrors validate_salmon_datapackage() in metasalmon: every structural finding is collected into one typed issue frame (eight issue_type categories, five columns) and reported in a single raise whose .issues attribute carries the frame — never one untyped error at the first problem (hub backlog #91 / PARITY.md row 41, converged at S10 chunk D). The returned issues frame is therefore empty whenever the call returns, exactly as in R.