The centralized ecosystem for discovering, learning, and deploying high-throughput scientific workflows using Pegasus WMS.
Live site: pegasushub.github.io
| Page | Description |
|---|---|
/ |
Homepage — overview and mission |
/pages/academy.html |
Learning portal with video tutorials and Jupyter notebooks |
/pages/workflows.html |
Workflow registry browser |
/pages/build.html |
Build & Run guide + workflow submission |
/pages/ai-tools.html |
AI tools for Pegasus |
/modules/module.html?module=X |
Interactive module viewer (diamond, pegasus, split, hwf) |
pegasushub/
├── index.html # Homepage
├── pages/ # Site pages
├── modules/ # Module viewer (renders .md files)
├── assets/
│ ├── css/main.css # Shared styles
│ ├── js/main.js # Shared scripts
│ └── data/
│ ├── courses.json # Academy tutorials config
│ └── modules/ # Module markdown content + config
└── CNAME # Custom domain (pegasushub.io)
| Data | Source |
|---|---|
| Workflow registry | pegasushub/workflow-registry |
| Academy tutorials | assets/data/courses.json |
| Module content | assets/data/modules/*.md |
Push to master branch of pegasushub/pegasushub.github.io — GitHub Pages serves it automatically.
- pegasushub/workflow-registry — workflow submission registry
- pegasus-isi — official Pegasus WMS organization