Skip to content

Commit

Permalink
Changed ir_junction_aa_length to junction_aa_length
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorrie committed Nov 17, 2017
1 parent 3db24ea commit eca2606
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 61 deletions.
74 changes: 37 additions & 37 deletions iReceptor_Data_Service_API_V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
"type": "integer",
"description": "Number of junction nucleotides in sequence_vdj (CDR3 + conserved residues)\n"
},
"junction_aa_length": {
"type": "integer",
"description": "Length of JUNCTION in amino acids"
},
"functional": {
"type": "string",
"description": "Filter for sequences that are either functional, non-functional, or both\n"
Expand Down Expand Up @@ -185,10 +189,6 @@
"ir_show_unproductive": {
"type": "string",
"description": "By default, only productive sequences are returned. In order to return unproductive sequences, set this parameter to \"T\""
},
"ir_junction_aa_length": {
"type": "integer",
"description": "Length of JUNCTION in amino acids (iReceptor)"
}
}
}
Expand Down Expand Up @@ -566,6 +566,20 @@
"type": "integer",
"description": "Number of junction nucleotides in sequence_vdj (CDR3 + conserved residues)\n"
},
"junction_aa_length": {
"name": "junction_aa_length",
"in": "query",
"description": "Length of JUNCTION (CDR3 + conserved residues) in amino acids",
"required": false,
"type": "integer"
},
"junction_aa_length_form": {
"name": "junction_aa_length",
"in": "formData",
"description": "Length of JUNCTION (CDR3 + conserved residues) in amino acids",
"required": false,
"type": "integer"
},
"functional": {
"name": "functional",
"in": "query",
Expand Down Expand Up @@ -647,20 +661,6 @@
"description": "Length of JUNCTION (CDR3 + conserved residues) in nucleotide base pairs (iReceptor)",
"required": false,
"type": "integer"
},
"ir_junction_aa_length": {
"name": "ir_junction_aa_length",
"in": "query",
"description": "Length of JUNCTION (CDR3 + conserved residues) in amino acids (iReceptor)",
"required": false,
"type": "integer"
},
"ir_junction_aa_length_form": {
"name": "ir_junction_aa_length",
"in": "formData",
"description": "Length of JUNCTION (CDR3 + conserved residues) in amino acids (iReceptor)",
"required": false,
"type": "integer"
}
},
"schemes": [
Expand Down Expand Up @@ -957,13 +957,13 @@
"$ref": "#/parameters/junction_length"
},
{
"$ref": "#/parameters/functional"
"$ref": "#/parameters/junction_aa_length"
},
{
"$ref": "#/parameters/ir_show_unproductive"
"$ref": "#/parameters/functional"
},
{
"$ref": "#/parameters/ir_junction_aa_length"
"$ref": "#/parameters/ir_show_unproductive"
}
],
"operationId": "getSequenceSummary",
Expand Down Expand Up @@ -1027,13 +1027,13 @@
"$ref": "#/parameters/junction_length_form"
},
{
"$ref": "#/parameters/functional_form"
"$ref": "#/parameters/junction_aa_length_form"
},
{
"$ref": "#/parameters/ir_show_unproductive_form"
"$ref": "#/parameters/functional_form"
},
{
"$ref": "#/parameters/ir_junction_aa_length_form"
"$ref": "#/parameters/ir_show_unproductive_form"
}
],
"operationId": "postSequenceSummary",
Expand Down Expand Up @@ -1103,13 +1103,13 @@
"$ref": "#/parameters/junction_length"
},
{
"$ref": "#/parameters/functional"
"$ref": "#/parameters/junction_aa_length"
},
{
"$ref": "#/parameters/ir_show_unproductive"
"$ref": "#/parameters/functional"
},
{
"$ref": "#/parameters/ir_junction_aa_length"
"$ref": "#/parameters/ir_show_unproductive"
}
],
"operationId": "getSequenceData",
Expand Down Expand Up @@ -1168,13 +1168,13 @@
"$ref": "#/parameters/junction_length_form"
},
{
"$ref": "#/parameters/functional_form"
"$ref": "#/parameters/junction_aa_length_form"
},
{
"$ref": "#/parameters/ir_show_unproductive_form"
"$ref": "#/parameters/functional_form"
},
{
"$ref": "#/parameters/ir_junction_aa_length_form"
"$ref": "#/parameters/ir_show_unproductive_form"
}
],
"operationId": "postSequenceData",
Expand Down Expand Up @@ -1233,13 +1233,13 @@
"$ref": "#/parameters/junction_length_form"
},
{
"$ref": "#/parameters/functional_form"
"$ref": "#/parameters/junction_aa_length_form"
},
{
"$ref": "#/parameters/ir_show_unproductive_form"
"$ref": "#/parameters/functional_form"
},
{
"$ref": "#/parameters/ir_junction_aa_length_form"
"$ref": "#/parameters/ir_show_unproductive_form"
}
],
"operationId": "postCloneSummary",
Expand Down Expand Up @@ -1309,13 +1309,13 @@
"$ref": "#/parameters/junction_length_form"
},
{
"$ref": "#/parameters/functional_form"
"$ref": "#/parameters/junction_aa_length_form"
},
{
"$ref": "#/parameters/ir_show_unproductive_form"
"$ref": "#/parameters/functional_form"
},
{
"$ref": "#/parameters/ir_junction_aa_length_form"
"$ref": "#/parameters/ir_show_unproductive_form"
}
],
"operationId": "postCloneData",
Expand Down Expand Up @@ -1345,4 +1345,4 @@
}
}
}
}
}
49 changes: 25 additions & 24 deletions iReceptor_Data_Service_API_V2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ definitions:
type: integer
description: |
Number of junction nucleotides in sequence_vdj (CDR3 + conserved residues)
junction_aa_length:
type: integer
description: >-
Length of JUNCTION in amino acids
functional:
type: string
description: |
Expand Down Expand Up @@ -149,10 +153,7 @@ definitions:
description: >-
By default, only productive sequences are returned. In order to return
unproductive sequences, set this parameter to "T"
ir_junction_aa_length:
type: integer
description: >-
Length of JUNCTION in amino acids (iReceptor)
parameters:
#
# Generally useful parameters for all API entry points.
Expand Down Expand Up @@ -513,6 +514,20 @@ parameters:
type: integer
description: |
Number of junction nucleotides in sequence_vdj (CDR3 + conserved residues)
junction_aa_length:
name: junction_aa_length
in: query
description: >-
Length of JUNCTION (CDR3 + conserved residues) in amino acids
required: false
type: integer
junction_aa_length_form:
name: junction_aa_length
in: formData
description: >-
Length of JUNCTION (CDR3 + conserved residues) in amino acids
required: false
type: integer
functional:
name: functional
in: query
Expand Down Expand Up @@ -604,20 +619,6 @@ parameters:
Length of JUNCTION (CDR3 + conserved residues) in nucleotide base pairs (iReceptor)
required: false
type: integer
ir_junction_aa_length:
name: ir_junction_aa_length
in: query
description: >-
Length of JUNCTION (CDR3 + conserved residues) in amino acids (iReceptor)
required: false
type: integer
ir_junction_aa_length_form:
name: ir_junction_aa_length
in: formData
description: >-
Length of JUNCTION (CDR3 + conserved residues) in amino acids (iReceptor)
required: false
type: integer
schemes:
- https
produces:
Expand Down Expand Up @@ -801,9 +802,9 @@ paths:
- $ref: '#/parameters/j_call'
- $ref: '#/parameters/junction_aa'
- $ref: '#/parameters/junction_length'
- $ref: '#/parameters/junction_aa_length'
- $ref: '#/parameters/functional'
- $ref: '#/parameters/ir_show_unproductive'
- $ref: '#/parameters/ir_junction_aa_length'
operationId: getSequenceSummary
responses:
'200':
Expand Down Expand Up @@ -849,9 +850,9 @@ paths:
- $ref: '#/parameters/j_call_form'
- $ref: '#/parameters/junction_aa_form'
- $ref: '#/parameters/junction_length_form'
- $ref: '#/parameters/junction_aa_length_form'
- $ref: '#/parameters/functional_form'
- $ref: '#/parameters/ir_show_unproductive_form'
- $ref: '#/parameters/ir_junction_aa_length_form'
operationId: postSequenceSummary
responses:
'200':
Expand Down Expand Up @@ -902,9 +903,9 @@ paths:
- $ref: '#/parameters/j_call'
- $ref: '#/parameters/junction_aa'
- $ref: '#/parameters/junction_length'
- $ref: '#/parameters/junction_aa_length'
- $ref: '#/parameters/functional'
- $ref: '#/parameters/ir_show_unproductive'
- $ref: '#/parameters/ir_junction_aa_length'
operationId: getSequenceData
responses:
'200':
Expand Down Expand Up @@ -947,9 +948,9 @@ paths:
- $ref: '#/parameters/j_call_form'
- $ref: '#/parameters/junction_aa_form'
- $ref: '#/parameters/junction_length_form'
- $ref: '#/parameters/junction_aa_length_form'
- $ref: '#/parameters/functional_form'
- $ref: '#/parameters/ir_show_unproductive_form'
- $ref: '#/parameters/ir_junction_aa_length_form'
operationId: postSequenceData
responses:
'200':
Expand Down Expand Up @@ -989,9 +990,9 @@ paths:
- $ref: '#/parameters/j_call_form'
- $ref: '#/parameters/junction_aa_form'
- $ref: '#/parameters/junction_length_form'
- $ref: '#/parameters/junction_aa_length_form'
- $ref: '#/parameters/functional_form'
- $ref: '#/parameters/ir_show_unproductive_form'
- $ref: '#/parameters/ir_junction_aa_length_form'
operationId: postCloneSummary
responses:
'200':
Expand Down Expand Up @@ -1033,9 +1034,9 @@ paths:
- $ref: '#/parameters/j_call_form'
- $ref: '#/parameters/junction_aa_form'
- $ref: '#/parameters/junction_length_form'
- $ref: '#/parameters/junction_aa_length_form'
- $ref: '#/parameters/functional_form'
- $ref: '#/parameters/ir_show_unproductive_form'
- $ref: '#/parameters/ir_junction_aa_length_form'
operationId: postCloneData
responses:
'200':
Expand Down

0 comments on commit eca2606

Please sign in to comment.