Skip to content

Commit

Permalink
Merge pull request #1564 from HumanCellAtlas/staging
Browse files Browse the repository at this point in the history
 Release from staging to master 2024-07-15
  • Loading branch information
arschat authored Jul 15, 2024
2 parents e83ca04 + ec6c4d3 commit 47f03f3
Show file tree
Hide file tree
Showing 6 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 @@ -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/file/sequence_file.json - v9.6.0] - 2024-07-15
### Added
Added sequencing_run_batch field in the sequencing_file - Fixes#1557

### [type/protocol/analysis/analysis_protocol.json - v10.3.0] - 2024-04-15
### Added
Added intron_inclusion field in analysis_protocol Fixes#1554
Expand Down
1 change: 1 addition & 0 deletions docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ read_index | The sequencing read this file represents. | string | yes | | Read
lane_index | The lane that this file was sequenced from. | integer | no | | Lane index | | 1
read_length | The length of a sequenced read in this file, in nucleotides. | integer | no | | Read length | | 51
insdc_run_accessions | An International Nucleotide Sequence Database Collaboration (INSDC) run accession. | array | no | | INSDC run accession | | SRR0000000
sequencing_run_batch | An identifier that indicates which runs were sequenced in the same batch. | string | no | | Sequencing run batch | | run1; sequencing_batch_37; NV0087
library_prep_id | A unique ID for the library preparation. | string | no | | Library preparation ID | | tech_rep_group_001

## Image file
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions json_schema/type/file/sequence_file.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@
"example": "SRR0000000",
"guidelines": "Enter accession if run has been archived. Accession can be from the DDBJ, NCBI, or EMBL-EBI and must start with DRR, SRR, or ERR, respectively."
},
"sequencing_run_batch": {
"description": "An identifier that indicates which runs were sequenced in the same batch.",
"type": "string",
"user_friendly": "Sequencing run batch",
"example": "run1; sequencing_batch_37; NV0087"
},
"library_prep_id" : {
"description": "A unique ID for the library preparation.",
"type": "string",
Expand Down
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-04-15T10:44:17Z",
"last_update_date": "2024-07-15T12:34:46Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand Down Expand Up @@ -100,7 +100,7 @@
"analysis_file": "7.0.0",
"image_file": "2.5.0",
"reference_file": "3.5.0",
"sequence_file": "9.5.0",
"sequence_file": "9.6.0",
"supplementary_file": "2.5.0"
},
"process": {
Expand Down

0 comments on commit 47f03f3

Please sign in to comment.