You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evanbiederstedt edited this page Sep 18, 2025
·
3 revisions
CAP Upload Validation package
Overview
The cap_upload_validator package is designed to validate AnnData files during the upload process. We isolated this code so the user can check if their AnnData files match CAP requirements without needing to upload the file to the CAP servers. It performs a series of checks to ensure that the data file contains all the required components, such as a count matrix, valid embeddings, mandatory observation columns, and standard gene identifiers. If any issues are found, the package raises descriptive exceptions that allow clients to understand and correct the problems.
Installation and Requirements
The package is published on PyPI and can be installed via: