Skip to content

Create pre-submission validation tool ("preflight") #165

@tompollard

Description

@tompollard

I'd like to add functionality that that helps contributors verify their datasets before uploading to PhysioNet. This tool would catch common issues early, reduce editorial burden, and improve overall data quality and consistency. The idea would be that:

  1. Users run the validator and fix any issues that are raised.
  2. The validator produces a report card that is submitted to PhysioNet alongside the data package.

The tool could also be used by editors as a post-submission check.

Features could include:

  1. Metadata & Documentation
  • Verify required files exist (README.md at minimum)
  1. Data Quality
  • Validate file formats (CSV structure, WFDB integrity, etc.)
  • Detect character encoding issues
  • Check for valid file naming conventions (no special characters, reasonable path lengths)
  1. Privacy & De-identification
  • Scan for PHI patterns
  • Verify ages >89 are de-identified per HIPAA requirements
  1. Structure & Consistency
  • Detect version control artifacts (.git, .DS_Store, .pyc, etc.)
  • Validate directory structure follows conventions
  1. Standards Compliance
  • Check domain-specific standards (WFDB, DICOM, HL7 where applicable)
  1. Performance & Size
  • Calculate and report total dataset size

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions