Skip to content

Commit

Permalink
adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun-zhang committed Mar 10, 2020
1 parent 8ae420d commit 8311a69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 20 deletions.
9 changes: 1 addition & 8 deletions schemas/qc_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"propertyNames": {
"enum": [
"name",
"short_name",
"version",
"run_id",
"inputs"
Expand All @@ -36,7 +35,7 @@
"items": {
"type": "object",
"properties": {
"id": {
"input_analysis_id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
},
Expand All @@ -53,12 +52,6 @@
},
"version": {
"type": "string"
},
"short_name": {
"type": [
"string",
"null"
]
}
}
},
Expand Down
14 changes: 4 additions & 10 deletions schemas/sequencing_alignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"propertyNames": {
"enum": [
"name",
"short_name",
"version",
"run_id",
"inputs"
Expand All @@ -38,7 +37,7 @@
"items": {
"type": "object",
"properties": {
"id": {
"input_analysis_id": {
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
},
Expand All @@ -55,12 +54,6 @@
},
"version": {
"type": "string"
},
"short_name": {
"type": [
"string",
"null"
]
}
}
},
Expand Down Expand Up @@ -203,7 +196,8 @@
{
"properties": {
"submitter_read_group_id": {
"type": "string"
"type": "string",
"pattern": "^[a-zA-Z0-9_\:\.\-]+$"
},
"library_name": {
"type": "string"
Expand Down Expand Up @@ -300,4 +294,4 @@
}
}
}
}
}
5 changes: 3 additions & 2 deletions schemas/sequencing_experiment.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
{
"properties": {
"submitter_read_group_id": {
"type": "string"
"type": "string",
"pattern": "^[a-zA-Z0-9_\:\.\-]+$"
},
"library_name": {
"type": "string"
Expand Down Expand Up @@ -225,4 +226,4 @@
}
}
}
}
}

0 comments on commit 8311a69

Please sign in to comment.