Skip to content

Commit

Permalink
Merge pull request #1552 from inodb/update-gn-ccdsid
Browse files Browse the repository at this point in the history
update gn docs - ccdsid

Former-commit-id: 199ef2320176f4ee9915d14af407a719683036f8
  • Loading branch information
inodb authored Oct 10, 2018
2 parents 381ea23 + dcb7f47 commit 89f4b3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/shared/api/generated/GenomeNexusAPI-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,10 @@
"type": "string",
"description": "RefSeq mRNA ID"
},
"ccdsId": {
"type": "string",
"description": "Consensus CDS (CCDS) ID"
},
"exons": {
"type": "array",
"description": "Exon information",
Expand Down
2 changes: 2 additions & 0 deletions src/shared/api/generated/GenomeNexusAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ export type EnsemblTranscript = {

'refseqMrnaId': string

'ccdsId': string

'exons': Array < Exon >

'utrs': Array < UntranslatedRegion >
Expand Down

0 comments on commit 89f4b3e

Please sign in to comment.