Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…schema into esv-managedAccess-Issue1535
  • Loading branch information
idazucchi committed Mar 4, 2024
2 parents 1fc0ae4 + e9e7c74 commit 8bd93a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

## [Released](https://github.com/HumanCellAtlas/metadata-schema/)

### [type/protocol/analysis/analysis_protocol.json - v10.2.0] - 2024-02-05
### Added
Added gene_annotation_version field in analysis_protocol Fixes#1543

### [type/protocol/analysis/analysis_protocol.json - v10.1.0] - 2023-11-07
### Added
Added alignment_software & alignment_software_version field in analysis_protocol Fixes#1533
Expand Down
1 change: 1 addition & 0 deletions docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ computational_method | A URI to a versioned workflow and versioned execution env
matrix | Information related to protocols that output a matrix. | object | no | [See module matrix](module.md#matrix) | Matrix | |
alignment_software | Name of alignment software used to map FASTQ files to reference genome. | string | no | | Alignment software | | Cellranger; kallisto bustools; GSNAP; STAR
alignment_software_version | Version of alignment software used to map FASTQ files to reference genome. | string | no | | Alignment software version | | v2.0.1; 2.4.2a; v0.45.2
gene_annotation_version | The Ensembl release version accession number or NCBI RefSeq assembly version used for gene annotation. | string | no | | Gene annotation version | | v110; GCF_000001405.40; GCF_000001635.27

## Aggregate generation protocol
_Information about how cultured cells are developed into cell aggregates._
Expand Down
7 changes: 7 additions & 0 deletions json_schema/type/protocol/analysis/analysis_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
"type": "string",
"user_friendly": "Alignment software version",
"example": "v2.0.1; 2.4.2a; v0.45.2"
},
"gene_annotation_version": {
"description": "The Ensembl release version accession number or NCBI RefSeq assembly version used for gene annotation.",
"type": "string",
"pattern": "^v\\d{2,}$|^GCF_\\d{9}\\.\\d+$",
"user_friendly": "Gene annotation version",
"example": "v110; GCF_000001405.40; GCF_000001635.27"
}
}
}
4 changes: 2 additions & 2 deletions json_schema/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_date": "2023-11-07T15:13:34Z",
"last_update_date": "2024-02-05T16:10:39Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand Down Expand Up @@ -114,7 +114,7 @@
},
"protocol": {
"analysis": {
"analysis_protocol": "10.1.0"
"analysis_protocol": "10.2.0"
},
"biomaterial_collection": {
"aggregate_generation_protocol": "2.1.0",
Expand Down

0 comments on commit 8bd93a3

Please sign in to comment.