Skip to content

Commit

Permalink
GERO-321 - update ipr/content.spec.json - structuralVariants add tumo…
Browse files Browse the repository at this point in the history
…urAltCount and tumourDepth property
  • Loading branch information
dustinbleile committed Apr 13, 2023
1 parent ea4301c commit b9d6ac8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ipr/content.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,22 @@
"string",
"null"
]
},
"tumourAltCount": {
"description": "the number of alternate reads in the tumour genome supporting the mutation",
"example": 1,
"type": [
"integer",
"null"
]
},
"tumourDepth": {
"description": "the total number of reads at this position in the tumour genome",
"example": 2,
"type": [
"integer",
"null"
]
}
},
"required": [
Expand Down

0 comments on commit b9d6ac8

Please sign in to comment.