HUPO-PSI / proxi-schemas

ProXI: Schema definitions for the Proteomics eXpression Interface
3 stars 3 forks source link

inconsistent count* in Peptidoform #62

Open edeutsch opened 4 years ago

edeutsch commented 4 years ago

In the definition of Peptidoform, countPSM is singular and countDatasets is plural. I suggest we make them consistent. Probably plural is best. change to countPSMs?

  countPSM: 
    type: integer
    description: Number of PSMs that support the current Peptidoform 
  countDatasets: 
    type: string 
    description: Number of datasets that support the current Peptidoform