Skip to content

Commit

Permalink
fixed linkml error; missing empty row 3 in Slots tab
Browse files Browse the repository at this point in the history
  • Loading branch information
puja-trivedi committed Feb 14, 2025
1 parent c06fc9c commit 6da461d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions linkml-schema/bke_taxonomy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ classes:
id:
description: ( database GUID)
range: string
exactly_one_of: 'inner_key: range'
any_of: 'inner_key: range'
created_at:
description: The creation date of the cell type taxonomy.
range: datetime
Expand Down Expand Up @@ -353,7 +351,7 @@ classes:
multivalued: true
id:
description: ( database GUID)
range: guid
range: string
accession_id:
description: A provider assigned accession identifier for the cluster which
is unique amongs all clusters in cluster set.
Expand Down
3 changes: 2 additions & 1 deletion linkml-schema/source_bke_taxonomy/gsheet_output/Slots.tsv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
LinkML Class Name LinkML Slot or Attribute Name example Definition Nullable Permissible Values Data Type Integer MIN Value
> class slot examples description ignore ignore range minimum_value
>
CellTypeTaxonomy id ( database GUID) FALSE string
CellTypeTaxonomy created_at The creation date of the cell type taxonomy. FALSE datetime
CellTypeTaxonomy accession_id CCN20230722 A provider assigned accession identifier for the taxonomy. FALSE string
Expand All @@ -22,7 +23,7 @@ ClusterSet created_at The creation date of the cluster set. FALSE datetime
ClusterSet accession_id A provider assigned accession identifier for the cluster set. FALSE string
ClusterSet name Name of the cluster set. TRUE string
ClusterSet description Description of the cluster set. TRUE string
Cluster id ( database GUID) FALSE guid
Cluster id ( database GUID) FALSE string
Cluster accession_id CS20230722_1019 A provider assigned accession identifier for the cluster which is unique amongs all clusters in cluster set. FALSE string
Cluster name 1019 Name of the cluster. FALSE string
Cluster number_of_observations 448 The number of observations in the cluster. TRUE integer 0
Expand Down

0 comments on commit 6da461d

Please sign in to comment.