Skip to content

Commit

Permalink
Fix copy paste error, clean up comment on CellExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Feb 26, 2024
1 parent bb32bef commit 1172d17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 2 additions & 3 deletions lang/R/inst/extdata/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4250,7 +4250,7 @@ Cell:
cell_id:
type: string
description: >
Identifier for the CellExpression object. This identifier must be unique within
Identifier for the Cell object. This identifier must be unique within
a given study, but it is recommended that it be a universally unique record locator
to enable database applications.
title: Cell index
Expand Down Expand Up @@ -4345,8 +4345,7 @@ Cell:

# The CellExpression object acts as a container to hold a single expression level measurement from
# an experiment. Expression data is associated with a cell_id and the related repertoire_id and
# data_processing_id as cell_id is not guaranteed to be unique outside the data processing for
# a single repertoire.
# data_processing_id
CellExpression:
type: object
required:
Expand Down
5 changes: 2 additions & 3 deletions lang/python/airr/specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4250,7 +4250,7 @@ Cell:
cell_id:
type: string
description: >
Identifier for the CellExpression object. This identifier must be unique within
Identifier for the Cell object. This identifier must be unique within
a given study, but it is recommended that it be a universally unique record locator
to enable database applications.
title: Cell index
Expand Down Expand Up @@ -4345,8 +4345,7 @@ Cell:

# The CellExpression object acts as a container to hold a single expression level measurement from
# an experiment. Expression data is associated with a cell_id and the related repertoire_id and
# data_processing_id as cell_id is not guaranteed to be unique outside the data processing for
# a single repertoire.
# data_processing_id
CellExpression:
type: object
required:
Expand Down
2 changes: 1 addition & 1 deletion specs/airr-schema-openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4544,7 +4544,7 @@ Cell:
type: string
nullable: false
description: >
Identifier for the CellExpression object. This identifier must be unique within
Identifier for the Cell object. This identifier must be unique within
a given study, but it is recommended that it be a universally unique record locator
to enable database applications.
title: Cell index
Expand Down
5 changes: 2 additions & 3 deletions specs/airr-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4250,7 +4250,7 @@ Cell:
cell_id:
type: string
description: >
Identifier for the CellExpression object. This identifier must be unique within
Identifier for the Cell object. This identifier must be unique within
a given study, but it is recommended that it be a universally unique record locator
to enable database applications.
title: Cell index
Expand Down Expand Up @@ -4345,8 +4345,7 @@ Cell:

# The CellExpression object acts as a container to hold a single expression level measurement from
# an experiment. Expression data is associated with a cell_id and the related repertoire_id and
# data_processing_id as cell_id is not guaranteed to be unique outside the data processing for
# a single repertoire.
# data_processing_id
CellExpression:
type: object
required:
Expand Down

0 comments on commit 1172d17

Please sign in to comment.