Skip to content

Commit ad1dbfc

Browse files
authored
Merge pull request #43 from bcgsc/SDEV-1601_chromosome_band_fix
SDEV-4605 - remove input validation pattern check on chromosomeBand -…
2 parents 0efbfaa + 4f120a5 commit ad1dbfc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pori_python/ipr/content.spec.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,11 @@
9999
"items": {
100100
"properties": {
101101
"chromosomeBand": {
102-
"example": "X:p12.2",
103-
"pattern": "^(\\S+:\\S+?)?$",
102+
"example": "Xp12.2",
104103
"type": "string"
105104
},
106105
"cna": {
107-
"description": "The copy number alteration (CNA) ratio",
106+
"description": "Copy Number, Absolute (cna)",
108107
"example": 1.22,
109108
"type": [
110109
"number",

0 commit comments

Comments
 (0)