microbiomedata / submission-schema

https://microbiomedata.github.io/submission-schema/
MIT License
1 stars 1 forks source link

Slots are duplicated in LinkML source of some interface classes #195

Closed bmeluch closed 2 months ago

bmeluch commented 2 months ago

In EmslInterface, JgiMgInterface, JgiMgLrInterface, JgiMtInterface, slots are duplicated in the LinkML source. They appear in the same order twice. They only appear once in the submission portal, though, so this might not be worth a lot of effort to fix? It's just redundant in the code somewhere.

Example

name: EmslInterface
description: emsl dh_interface
title: Emsl
from_schema: https://example.com/nmdc_submission_schema
is_a: DhInterface
mixins:
- DhMultiviewCommonColumnsMixin
slots:
- emsl_store_temp
- project_id
- replicate_number
- sample_shipped
- sample_type
- technical_reps
- emsl_store_temp
- project_id
- replicate_number
- sample_shipped
- sample_type
- technical_reps
bmeluch commented 2 months ago

duplicate of https://github.com/microbiomedata/issues/issues/249, closing