Skip to content

Commit

Permalink
update workflow name pattern, remove tools
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun-zhang committed May 6, 2020
1 parent 8293706 commit 437f87d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions schemas/sequencing_alignment.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"enum": [
"workflow_name",
"workflow_version",
"analysis_tools",
"genome_build",
"run_id",
"inputs"
Expand All @@ -23,7 +22,6 @@
"required": [
"workflow_name",
"workflow_version",
"analysis_tools",
"genome_build",
"run_id",
"inputs"
Expand All @@ -34,14 +32,7 @@
"properties": {
"workflow_name": {
"type": "string",
"pattern": "^[a-zA-Z][a-zA-Z0-9_\\-]+$"
},
"analysis_tools": {
"type": ["array", "null"],
"items": {
"type": "string",
"pattern": "^[a-zA-Z][a-zA-Z0-9_\\-]+$"
}
"pattern": "^[a-zA-Z][a-zA-Z0-9 _\\-]+[a-zA-Z0-9]+$"
},
"genome_build": {
"type": "string",
Expand Down

0 comments on commit 437f87d

Please sign in to comment.