II.
Workflow JSON
Structured · liveworkflow:bioinformatics-pipeline-validation
Bioinformatics Pipeline Validation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:bioinformatics-pipeline-validation",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-robotics-bio.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Bioinformatics Pipeline Validation",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "single-team",
"description": "Validates bioinformatics analysis pipelines against reference datasets —\nchecking variant calling accuracy, alignment quality metrics,\nreproducibility across compute environments, and compliance with\nclinical-grade pipeline standards. Excludes pipeline development.\n"
},
"outgoingEdges": [
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "role:test-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "skill-area:ml-fine-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "domain:bioinformatics",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "domain:scientific-computing",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:bioinformatics-pipeline-validation",
"to": "org-unit:research-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}