Skip to content

Commit

Permalink
Merge pull request #51 from ypriverol/master
Browse files Browse the repository at this point in the history
Minor changes in the name of peptidoforms
  • Loading branch information
ypriverol authored Feb 5, 2020
2 parents 9f33aca + 2caf51c commit 154e8af
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions specs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ paths:
in: query
type: string
description: modification found in the peptide. For example, to query all peptides that are oxidated.
- name: peptidoForm
- name: peptidoform
in: query
type: string
description: Peptidform specific including PTM localizations, it will only retrieve the specific PSMs.
Expand Down Expand Up @@ -344,7 +344,7 @@ paths:
in: query
type: string
description: modification that found in the peptide. For example, to query all peptides that are oxidated.
- name: peptidoForm
- name: peptidoform
in: query
type: string
description: Peptidoform specific including PTM localizations, it will only retrieve the specific PSMs.
Expand Down Expand Up @@ -608,9 +608,9 @@ definitions:

Peptidoform:
required:
- peptidoForm
- peptidoform
properties:
peptidoForm:
peptidoform:
type: string
description: Peptidoform as String
peptideSequence:
Expand All @@ -621,11 +621,15 @@ definitions:
description: Number of PSMs that support the current Peptidoform
countDatasets:
type: string
description: Number of datasets that support the current PeptidoForm
description: Number of datasets that support the current Peptidoform
ptms:
type: array
items:
$ref: "#/definitions/Modification"
proteinAccessions:
type: array
items:
$ref: "#/definitions/ProteinIdentification"

Protein:
required:
Expand All @@ -639,7 +643,7 @@ definitions:
description: Number of PSMs that support the current Peptidoform
countDatasets:
type: string
description: Number of datasets that support the current PeptidoForm
description: Number of datasets that support the current Peptidoform
ptms:
type: array
items:
Expand All @@ -650,7 +654,7 @@ definitions:
countUniquePeptides:
type: integer
description: Number of unique peptides identified for the protein
countPeptidoForms:
countPeptidoforms:
type: integer
description: Number of peptidoforms identified for the protein

Expand Down

0 comments on commit 154e8af

Please sign in to comment.