Skip to content

Commit 6ddbb27

Browse files
realmarcinclaude
andauthored
Add required id slot to 4 isolate YAMLs (#72)
The schema-gap-analysis skill (PR #68) flagged 4 of 5 files under data/isolates/ as missing the required `id` slot (`'id' is a required property`). The schema defines `id` on MicrobialCommunity as `identifier: true, required: true, pattern: "^CommunityMech:\\d{6}$"`. Assigned the next four available IDs (max in use was 000270): - Aspergillus_Indium_LED_Recovery.yaml → CommunityMech:000271 - BioModels_MODEL2204300002_Kefir_Rothia_Model → CommunityMech:000272 - Chromobacterium_Gold_Biocyanidation.yaml → CommunityMech:000273 - Methylobacterium_REE_Ewaste_Platform.yaml → CommunityMech:000274 All 5 isolates now validate clean under linkml-validate -C MicrobialCommunity Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ca8668a commit 6ddbb27

4 files changed

Lines changed: 4 additions & 0 deletions

data/isolates/Aspergillus_Indium_LED_Recovery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
id: CommunityMech:000271
12
name: Aspergillus Indium LED Recovery Platform
23
description: 'An engineered fungal monoculture bioplatform based on Aspergillus niger for sustainable recovery of indium from
34
waste liquid crystal display (LCD) and light-emitting diode (LED) panels through indirect bioleaching. This system represents

data/isolates/BioModels_MODEL2204300002_Kefir_Rothia_Model.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
id: CommunityMech:000272
12
name: BioModels MODEL2204300002 Kefir Rothia Model
23
description: >-
34
BioModels record MODEL2204300002 contains a genome-scale metabolic model for Rothia

data/isolates/Chromobacterium_Gold_Biocyanidation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
id: CommunityMech:000273
12
name: Chromobacterium Gold Biocyanidation Platform
23
description: >
34
An engineered bioplatform utilizing the purple pigmented bacterium Chromobacterium

data/isolates/Methylobacterium_REE_Ewaste_Platform.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
id: CommunityMech:000274
12
name: Methylobacterium REE E-waste Platform
23
description: 'An engineered monoculture bioplatform based on the mesophilic methylotrophic bacterium Methylobacterium extorquens
34
AM1 for sustainable recovery of rare earth elements (REE) from electronic waste. This system represents a paradigm shift

0 commit comments

Comments
 (0)