Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing types of some inputs #38

Merged
merged 2 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions linkml-schema/library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1913,13 +1913,14 @@ classes:
range: age_at_death_unit
age_at_death_value:
local_names:
local_name_value: age_at_death_value
local_name_value: age_at_death
local_name_source: NIMP
description: The value representing the donor age from the reference point.
from_schema: https://identifiers.org/brain-bican/kb-model
exact_mappings:
- NIMP:PD-FTFTCP24
slot_uri: bican:57e24d3c-c9c7-4ef3-9809-a35802d563ec
range: float
species:
local_names:
local_name_value: donor_species
Expand Down Expand Up @@ -2405,7 +2406,7 @@ classes:
- NIMP:PD-JYJYDK42
slot_uri: bican:4c09ada7-c116-48bc-8fb1-0dcf5c4b939a
alias: library quantification fmol
range: integer
range: float
quantity_ng:
local_names:
local_name_value: library_quantification_ng
Expand All @@ -2416,7 +2417,7 @@ classes:
- NIMP:PD-TNTNXP37
slot_uri: bican:318b2d3a-dae7-4c63-bfbb-93862b92f63e
alias: library quantification ng
range: integer
range: float
r1_r2_index:
local_names:
local_name_value: library_r1_r2_index
Expand Down Expand Up @@ -2858,7 +2859,7 @@ classes:
- NIMP:PD-AFAFXP37
slot_uri: bican:e4d31d97-722d-4771-a0e4-e6062190f2c1
alias: library input ng
range: integer
range: float
set:
local_names:
local_name_value: library_prep_set
Expand Down
Loading