II.
LibraryProcess JSON
Structured · livelib-process:bioinformatics--wgs-analysis-pipeline
specializations/domains/science/bioinformatics/wgs-analysis-pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:bioinformatics--wgs-analysis-pipeline",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/domains/science/bioinformatics/wgs-analysis-pipeline",
"description": "Whole Genome Sequencing Pipeline - End-to-end pipeline for whole genome sequencing analysis\nincluding read alignment, variant calling, annotation, and quality control. Implements GATK best practices\nwith support for germline and somatic workflows.",
"libraryPath": "library/specializations/domains/science/bioinformatics/wgs-analysis-pipeline.js",
"specialization": "bioinformatics",
"references": [
"- GATK Best Practices: https://gatk.broadinstitute.org/hc/en-us/sections/360007226651-Best-Practices-Workflows",
"- BWA-MEM2: https://github.com/bwa-mem2/bwa-mem2",
"- DeepVariant: https://github.com/google/deepvariant",
"- VEP Documentation: https://www.ensembl.org/info/docs/tools/vep/index.html",
"- Genome in a Bottle: https://www.nist.gov/programs-projects/genome-bottle"
],
"example": "const result = await orchestrate('specializations/domains/science/bioinformatics/wgs-analysis-pipeline', {\n projectName: 'Cancer Genomics Study',\n sampleIds: ['SAMPLE001', 'SAMPLE002', 'SAMPLE003'],\n referenceGenome: 'GRCh38',\n analysisType: 'germline', // 'germline', 'somatic', 'trio'\n fastqDir: '/data/fastq',\n outputDir: '/results/wgs'\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "skill-area:python-data-pipelines",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "domain:bioinformatics",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "role:research-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "role:biomedical-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "workflow:experiment-design",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "specialization:biomedical-informatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:bioinformatics--wgs-analysis-pipeline",
"to": "specialization:bioinformatics",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}