Skip to content

Commit

Permalink
Merge pull request #1555 from HumanCellAtlas/ac-intron-inclusion-Issu…
Browse files Browse the repository at this point in the history
…e1554

Added intron_inclusion field in analysis_protocol. Fixes#1554
  • Loading branch information
arschat authored Apr 16, 2024
2 parents 735bf4a + cfecb6e commit a4d1938
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

## [Unreleased](https://github.com/HumanCellAtlas/metadata-schema/tree/staging)

### [type/protocol/analysis/analysis_protocol.json - v10.3.0] - 2024-04-15
### Added
Added intron_inclusion field in analysis_protocol Fixes#1554

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

### [type/biomaterial/specimen_from_organism.json - v10.9.0] - 2024-03-22
Expand Down
1 change: 1 addition & 0 deletions docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ matrix | Information related to protocols that output a matrix. | object | no |
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
intron_inclusion | Whether introns were included in the alignment process during read counting. | boolean | no | | Intron inclusion | | Should be one of: yes, or no.

## Aggregate generation protocol
_Information about how cultured cells are developed into cell aggregates._
Expand Down
6 changes: 6 additions & 0 deletions json_schema/type/protocol/analysis/analysis_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
"pattern": "^v\\d{2,}$|^GCF_\\d{9}\\.\\d+$",
"user_friendly": "Gene annotation version",
"example": "v110; GCF_000001405.40; GCF_000001635.27"
},
"intron_inclusion": {
"description": "Whether introns were included in the alignment process during read counting.",
"type": "boolean",
"user_friendly": "Intron inclusion",
"example": "Should be one of: yes, or no."
}
}
}
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": "2024-03-22T11:00:33Z",
"last_update_date": "2024-04-15T10:44:17Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand Down Expand Up @@ -114,7 +114,7 @@
},
"protocol": {
"analysis": {
"analysis_protocol": "10.2.0"
"analysis_protocol": "10.3.0"
},
"biomaterial_collection": {
"aggregate_generation_protocol": "2.1.0",
Expand Down

0 comments on commit a4d1938

Please sign in to comment.