Skip to content

Example — Validate SBML

Category: Small (no AI) · Script: examples/small/04_validate_sbml.py Minimal (2 lines): examples/minimal/validate.py

Check SBML structure for BIOMD0000000206.


How to run

pip install -e "src/praisonai-bio"
python examples/small/04_validate_sbml.py

Needs: Internet.


Tested output

Live capture from ./scripts/capture_example_outputs.sh.

Click to view full output
{
  "valid": true,
  "species_count": 9,
  "reaction_count": 11,
  "issues": []
}

← All examples