Skip to content

Commit

Permalink
Merge pull request #40 from icgc-argo/add_session_id
Browse files Browse the repository at this point in the history
add session_id
  • Loading branch information
junjun-zhang authored Jun 24, 2020
2 parents 0360a84 + 1c91ec7 commit 2816871
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/qc_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
]
},
Expand All @@ -23,6 +24,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
],
"allOf": [
Expand Down Expand Up @@ -69,6 +71,10 @@
"run_id": {
"type": "string"
},
"session_id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
},
"workflow_version": {
"type": "string"
}
Expand Down
6 changes: 6 additions & 0 deletions schemas/sequencing_alignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
]
},
Expand All @@ -24,6 +25,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
],
"allOf": [
Expand Down Expand Up @@ -58,6 +60,10 @@
"run_id": {
"type": "string"
},
"session_id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
},
"workflow_version": {
"type": "string"
}
Expand Down
6 changes: 6 additions & 0 deletions schemas/variant_calling.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
]
},
Expand All @@ -25,6 +26,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
],
"type": "object",
Expand Down Expand Up @@ -66,6 +68,10 @@
"run_id": {
"type": "string"
},
"session_id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
},
"workflow_version": {
"type": "string"
}
Expand Down
6 changes: 6 additions & 0 deletions schemas/variant_calling_supplement.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
]
},
Expand All @@ -25,6 +26,7 @@
"workflow_version",
"genome_build",
"run_id",
"session_id",
"inputs"
],
"type": "object",
Expand Down Expand Up @@ -66,6 +68,10 @@
"run_id": {
"type": "string"
},
"session_id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
},
"version": {
"type": "string"
}
Expand Down

0 comments on commit 2816871

Please sign in to comment.